scons: Set -gstabs for C++ too.

This commit is contained in:
José Fonseca
2010-03-18 15:51:11 +00:00
parent 51c4068051
commit 1f014a36f7
+1 -1
View File
@@ -176,7 +176,7 @@ def generate(env):
# MinGW port of gdb does not handle well dwarf debug info which is the
# default in recent gcc versions
env.AppendUnique(CFLAGS = ['-gstabs'])
env.AppendUnique(CCFLAGS = ['-gstabs'])
env.AppendUnique(CPPDEFINES = [('__MSVCRT_VERSION__', '0x0700')])
#env.AppendUnique(LIBS = ['iberty'])