|
27 | 27 | "ld": ["--show_full_path", "--legacyalign", "--keep=os_cb_sections"] |
28 | 28 | }, |
29 | 29 | "ARM": { |
30 | | - "common": ["-c", "--gnu", "-Otime", "--split_sections", |
| 30 | + "common": ["-c", "--gnu", "-Ospace", "--split_sections", |
31 | 31 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
32 | 32 | "--multibyte_chars", "-O3", "-DMBED_TRAP_ERRORS_ENABLED=1"], |
33 | 33 | "asm": [], |
|
36 | 36 | "ld": ["--show_full_path", "--keep=os_cb_sections"] |
37 | 37 | }, |
38 | 38 | "uARM": { |
39 | | - "common": ["-c", "--gnu", "-Otime", "--split_sections", |
| 39 | + "common": ["-c", "--gnu", "-Ospace", "--split_sections", |
40 | 40 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
41 | 41 | "--multibyte_chars", "-O3", "-D__MICROLIB", |
42 | 42 | "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", |
|
49 | 49 | "IAR": { |
50 | 50 | "common": [ |
51 | 51 | "--no_wrap_diagnostics", "-e", |
52 | | - "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict", |
| 52 | + "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Ohz", "--enable_restrict", |
53 | 53 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
54 | 54 | "asm": [], |
55 | 55 | "c": ["--vla", "--diag_suppress=Pe546"], |
|
0 commit comments