From: José Fonseca Date: Thu, 18 Mar 2010 15:51:11 +0000 (+0000) Subject: scons: Set -gstabs for C++ too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f014a36f793d60aa7c3defeabf6cbe4191ac422;p=mesa.git scons: Set -gstabs for C++ too. --- diff --git a/scons/crossmingw.py b/scons/crossmingw.py index 03bfbd7eb3c..9533b2b362c 100644 --- a/scons/crossmingw.py +++ b/scons/crossmingw.py @@ -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'])