mirror of https://github.com/ARMmbed/mbed-os.git
Added '-g3' flag to gcc debug flags
Includes extra information, such as all the macro definitions present in the programpull/3295/head
parent
aeabcc9472
commit
83e5f272f6
|
@ -5,7 +5,7 @@
|
|||
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||
"-MMD", "-fno-delete-null-pointer-checks",
|
||||
"-fomit-frame-pointer", "-O0", "-g"],
|
||||
"-fomit-frame-pointer", "-O0", "-g3"],
|
||||
"asm": ["-x", "assembler-with-cpp"],
|
||||
"c": ["-std=gnu99"],
|
||||
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
||||
|
|
Loading…
Reference in New Issue