-
Notifications
You must be signed in to change notification settings - Fork 1
/
cdefault.yml
59 lines (54 loc) · 1.16 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
50
51
52
53
54
55
56
57
58
59
default:
compiler: AC6
misc:
- for-compiler: AC6
C-CPP:
- -Wno-macro-redefined
- -Wno-pragma-pack
- -Wno-parentheses-equality
- -Wno-license-management
C:
- -std=gnu11
ASM:
- -masm=auto
Link:
- --entry=Reset_Handler
- --map
- --info summarysizes
- --summary_stderr
- --diag_suppress=L6314W
- for-compiler: GCC
ASM:
- -gdwarf-4
C-CPP:
- -masm-syntax-unified
- -fomit-frame-pointer
- -ffunction-sections
- -fdata-sections
- -gdwarf-4
C:
- -std=gnu11
Link:
- --specs=nano.specs
- -Wl,-Map=$elf()$.map
- -Wl,--gc-sections
- for-compiler: CLANG
ASM:
- -gdwarf-4
C-CPP:
- -fomit-frame-pointer
- -ffunction-sections
- -fdata-sections
- -gdwarf-4
C:
- -std=gnu11
Link:
- -lcrt0
- -Wl,-Map=$elf()$.map
- -Wl,--gc-sections
- for-compiler: IAR
C-CPP:
- --dlib_config DLib_Config_Full.h
Link:
- --semihosting
- --map=$elf()$.map