Skip to content

Commit efc9c83

Browse files
committed
Update debug information version
1 parent f7e4427 commit efc9c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcc-arm-none-eabi.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ needs_exe_wrapper = true
1010
cross_toolchain = 'ARM_TOOLCHAIN_PATH'
1111
cross_compile = cross_toolchain + '/bin/arm-none-eabi-'
1212
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']
13+
base_c_args = ['-Wno-comment','-Wno-unused-const-variable','-Wno-unused-function','-Wreturn-type','-funsigned-char','-fshort-enums','-gdwarf-4','-fdata-sections','-ffunction-sections']
1414
additional_c_link_args = []
1515
base_c_link_args = ['-specs=nano.specs','-lc','-lm','-lnosys','-lsupc++_nano','-funsigned-char','-fshort-enums','-ffunction-sections','-fdata-sections','-Wl,--gc-sections']
1616

0 commit comments

Comments
 (0)