Merge pull request #3295 from geky/gcc-g3

Add '-g3' flag to gcc debug flags
pull/3321/head
Martin Kojtal 2016-11-22 22:14:20 +00:00 committed by GitHub
commit 9fdf7f775f
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"],