|
5 | 5 | "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
6 | 6 | "-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
7 | 7 | "-MMD", "-fno-delete-null-pointer-checks",
|
8 |
| - "-fomit-frame-pointer", "-Os"], |
| 8 | + "-fomit-frame-pointer", "-O0", "-g3", "-gdwarf-2"], |
9 | 9 | "asm": ["-x", "assembler-with-cpp"],
|
10 | 10 | "c": ["-std=gnu99"],
|
11 | 11 | "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
|
15 | 15 | "-Wl,-n"]
|
16 | 16 | },
|
17 | 17 | "ARMC6": {
|
18 |
| - "common": ["-c", "--target=arm-arm-none-eabi", "-mthumb", "-Os", |
| 18 | + "common": ["-c", "--target=arm-arm-none-eabi", "-mthumb", "-g", "-O0", |
19 | 19 | "-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
|
20 | 20 | "-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
|
21 | 21 | "-fno-exceptions", "-MMD"],
|
|
45 | 45 | },
|
46 | 46 | "IAR": {
|
47 | 47 | "common": [
|
48 |
| - "--no_wrap_diagnostics", "-e", |
49 |
| - "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh"], |
| 48 | + "--no_wrap_diagnostics", "-e", |
| 49 | + "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"], |
50 | 50 | "asm": [],
|
51 | 51 | "c": ["--vla"],
|
52 | 52 | "cxx": ["--guard_calls", "--no_static_destruction"],
|
|
0 commit comments