mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11059 from desowin/dwarf
GCC ARM: Increase develop and release debug levelpull/11090/head
commit
a0e88ad330
|
@ -5,7 +5,7 @@
|
|||
"-fmessage-length=0", "-fno-exceptions",
|
||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||
"-MMD", "-fno-delete-null-pointer-checks",
|
||||
"-fomit-frame-pointer", "-Os", "-g1", "-DMBED_TRAP_ERRORS_ENABLED=1"],
|
||||
"-fomit-frame-pointer", "-Os", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"],
|
||||
"asm": ["-x", "assembler-with-cpp"],
|
||||
"c": ["-std=gnu11"],
|
||||
"cxx": ["-std=gnu++14", "-fno-rtti", "-Wvla"],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"-fmessage-length=0", "-fno-exceptions",
|
||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||
"-MMD", "-fno-delete-null-pointer-checks",
|
||||
"-fomit-frame-pointer", "-Os", "-DNDEBUG", "-g1"],
|
||||
"-fomit-frame-pointer", "-Os", "-DNDEBUG", "-g"],
|
||||
"asm": ["-x", "assembler-with-cpp"],
|
||||
"c": ["-std=gnu11"],
|
||||
"cxx": ["-std=gnu++14", "-fno-rtti", "-Wvla"],
|
||||
|
|
Loading…
Reference in New Issue