|
24 | 24 | "asm": [], |
25 | 25 | "c": ["-D__ASSERT_MSG", "-std=gnu11"], |
26 | 26 | "cxx": ["-fno-rtti", "-fno-c++-static-destructors", "-std=gnu++14"], |
27 | | - "ld": ["--show_full_path", "--legacyalign", "--any_contingency", |
| 27 | + "ld": ["--show_full_path", "--legacyalign", "--inline", "--any_contingency", |
28 | 28 | "--keep=os_cb_sections"] |
29 | 29 | }, |
30 | 30 | "ARM": { |
|
34 | 34 | "asm": [], |
35 | 35 | "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"], |
36 | 36 | "cxx": ["--cpp11", "--no_rtti", "--no_vla"], |
37 | | - "ld": ["--show_full_path", "--any_contingency", "--keep=os_cb_sections"] |
| 37 | + "ld": ["--show_full_path", "--any_contingency", "--inline", "--keep=os_cb_sections"] |
38 | 38 | }, |
39 | 39 | "uARM": { |
40 | 40 | "common": ["-c", "--gnu", "-Ospace", "--split_sections", |
|
45 | 45 | "asm": [], |
46 | 46 | "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"], |
47 | 47 | "cxx": ["--cpp11", "--no_rtti", "--no_vla"], |
48 | | - "ld": ["--library_type=microlib"] |
| 48 | + "ld": ["--inline", "--library_type=microlib"] |
49 | 49 | }, |
50 | 50 | "IAR": { |
51 | 51 | "common": [ |
|
0 commit comments