Skip to content

Commit 9fdf7f7

Browse files
authored
Merge pull request #3295 from geky/gcc-g3
Add '-g3' flag to gcc debug flags
2 parents d215e4f + 83e5f27 commit 9fdf7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
66
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
77
"-MMD", "-fno-delete-null-pointer-checks",
8-
"-fomit-frame-pointer", "-O0", "-g"],
8+
"-fomit-frame-pointer", "-O0", "-g3"],
99
"asm": ["-x", "assembler-with-cpp"],
1010
"c": ["-std=gnu99"],
1111
"cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],

0 commit comments

Comments
 (0)