We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e4427 commit efc9c83Copy full SHA for efc9c83
1 file changed
gcc-arm-none-eabi.ini
@@ -10,7 +10,7 @@ needs_exe_wrapper = true
10
cross_toolchain = 'ARM_TOOLCHAIN_PATH'
11
cross_compile = cross_toolchain + '/bin/arm-none-eabi-'
12
cpu_args = []
13
-base_c_args = ['-Wno-comment','-Wno-unused-const-variable','-Wno-unused-function','-Wreturn-type','-funsigned-char','-fshort-enums','-gdwarf-3','-fdata-sections','-ffunction-sections']
+base_c_args = ['-Wno-comment','-Wno-unused-const-variable','-Wno-unused-function','-Wreturn-type','-funsigned-char','-fshort-enums','-gdwarf-4','-fdata-sections','-ffunction-sections']
14
additional_c_link_args = []
15
base_c_link_args = ['-specs=nano.specs','-lc','-lm','-lnosys','-lsupc++_nano','-funsigned-char','-fshort-enums','-ffunction-sections','-fdata-sections','-Wl,--gc-sections']
16
0 commit comments