projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c4068
)
scons: Set -gstabs for C++ too.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 18 Mar 2010 15:51:11 +0000
(15:51 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 9 Apr 2010 15:32:47 +0000
(16:32 +0100)
scons/crossmingw.py
patch
|
blob
|
history
diff --git
a/scons/crossmingw.py
b/scons/crossmingw.py
index 03bfbd7eb3c7af573e183e35ccc3718f47f2229f..9533b2b362c31cdce9aa7bf76b646b4673d39b73 100644
(file)
--- 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(C
C
FLAGS = ['-gstabs'])
env.AppendUnique(CPPDEFINES = [('__MSVCRT_VERSION__', '0x0700')])
#env.AppendUnique(LIBS = ['iberty'])