mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6 from ARMmbed/add_debug_info
Add "-g" to 'release' and 'develop' profilespull/11051/head
commit
d805e84a98
|
@ -5,7 +5,7 @@
|
||||||
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
||||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||||
"-MMD", "-fno-delete-null-pointer-checks",
|
"-MMD", "-fno-delete-null-pointer-checks",
|
||||||
"-fomit-frame-pointer", "-Os"],
|
"-fomit-frame-pointer", "-Os", "-g"],
|
||||||
"asm": ["-x", "assembler-with-cpp"],
|
"asm": ["-x", "assembler-with-cpp"],
|
||||||
"c": ["-std=gnu99"],
|
"c": ["-std=gnu99"],
|
||||||
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
||||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||||
"-MMD", "-fno-delete-null-pointer-checks",
|
"-MMD", "-fno-delete-null-pointer-checks",
|
||||||
"-fomit-frame-pointer", "-Os", "-DNDEBUG"],
|
"-fomit-frame-pointer", "-Os", "-DNDEBUG", "-g"],
|
||||||
"asm": ["-x", "assembler-with-cpp"],
|
"asm": ["-x", "assembler-with-cpp"],
|
||||||
"c": ["-std=gnu99"],
|
"c": ["-std=gnu99"],
|
||||||
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
|
||||||
|
|
Loading…
Reference in New Issue