Added '-g3' flag to gcc debug flags

Includes extra information, such as all the macro definitions present
in the program
pull/3295/head
Christopher Haster 2016-11-18 14:43:21 -06:00
parent aeabcc9472
commit 83e5f272f6
1 changed files with 1 additions and 1 deletions

View File

@ -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"],