-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdefault.yml
45 lines (45 loc) · 967 Bytes
/
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
default:
misc:
- for-compiler: GCC
C:
- -std=c99
- -flax-vector-conversions
- -mthumb
- -fdata-sections
CPP:
- -std=c++11
- -Og
- -fdata-sections
- -mthumb
- -fno-rtti
- -fno-unwind-tables
Link:
#- --specs=nosys.specs
- --specs=nano.specs
- --specs=rdimon.specs
- --entry=Reset_Handler
- -Wl,-Map=.map,--cref,-print-memory-usage,--gc-sections
- 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