Index: SConstruct |
=================================================================== |
--- SConstruct (revision 287) |
+++ SConstruct (working copy) |
@@ -45,7 +45,7 @@ |
'DIALECTFLAGS': ['-ansi'], |
'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS', |
'-fno-strict-aliasing'], |
- 'CXXFLAGS': ['-fno-rtti', '-fno-exceptions'], |
+ 'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'], |
'LIBS': ['pthread'] |
}, |
'mode:debug': { |