-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdefault.yml
49 lines (49 loc) · 1.09 KB
/
cdefault.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
default:
misc:
- for-compiler: GCC
C:
- -std=c99
- -Og
- -fdata-sections
- -ffunction-sections
- -funsigned-char
- -flax-vector-conversions
- -mfloat-abi=hard
CPP:
- -std=c++11
- -Og
- -fdata-sections
- -ffunction-sections
- -fno-rtti
- -fno-unwind-tables
- -flax-vector-conversions
- -fno-exceptions
Link:
- --specs=nosys.specs
#- --specs=nano.specs
- --entry=Reset_Handler
- -Wl,-Map=linker.map,--cref,-print-memory-usage,--gc-sections,--no-warn-rwx-segments
- for-compiler: CLANG
C:
- -std=c99
- -flax-vector-conversions
- -mthumb
- -fdata-sections
CPP:
- -std=c++11
- -Og
- -fdata-sections
- -mthumb
- -fno-rtti
- -fno-unwind-tables
- -fno-exceptions
Link:
- -Wl, -lcrt0
- for-compiler: AC6
C:
- -std=c99
CPP:
- -std=c++11
- -fno-rtti
Link:
- --entry=Reset_Handler