|
30 | 30 | "--any_contingency", "--keep=os_cb_sections"] |
31 | 31 | }, |
32 | 32 | "ARM": { |
33 | | - "common": ["-c", "--gnu", "-Otime", "--split_sections", |
| 33 | + "common": ["-c", "--gnu", "-Ospace", "--split_sections", |
34 | 34 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
35 | 35 | "--multibyte_chars", "-O0", "-g", "-DMBED_DEBUG", |
36 | 36 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
|
40 | 40 | "ld": ["--show_full_path", "--any_contingency", "--keep=os_cb_sections"] |
41 | 41 | }, |
42 | 42 | "uARM": { |
43 | | - "common": ["-c", "--gnu", "-Otime", "--split_sections", |
| 43 | + "common": ["-c", "--gnu", "-Ospace", "--split_sections", |
44 | 44 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
45 | 45 | "--multibyte_chars", "-O0", "-D__MICROLIB", "-g", |
46 | 46 | "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", "-DMBED_DEBUG", |
|
0 commit comments