-
Notifications
You must be signed in to change notification settings - Fork 3
/
cdefault.yml
45 lines (43 loc) · 1.13 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
default:
misc:
- for-compiler: AC6
C-CPP:
- -fno-common -fdata-sections -ffreestanding -fno-builtin -mthumb
- -fno-rtti
- -funsigned-char
- -fshort-enums
- -fshort-wchar
- -ffunction-sections
- -std=c99
- -Wno-packed
- -Wno-missing-variable-declarations
- -Wno-missing-prototypes
- -Wno-missing-noreturn
- -Wno-sign-conversion
- -Wno-nonportable-include-path
- -Wno-reserved-id-macro
- -Wno-unused-macros
- -Wno-documentation-unknown-command
- -Wno-documentation
- -Wno-license-management
- -Wno-parentheses-equality
ASM:
- -masm=auto
Link:
- --map
- --load_addr_map_info
- --xref
- --callgraph
- --symbols
- --info sizes
- --info totals
- --info unused
- --info veneers
- --list
- --remove
- --entry=Reset_Handler
- --strict
- --diag_suppress 6314
- --summary_stderr
- --info summarysizes
- --predefine="-DXIP_BOOT_HEADER_ENABLE=1"