Index: SConstruct |
=================================================================== |
--- SConstruct (revision 401) |
+++ SConstruct (working copy) |
@@ -43,8 +43,7 @@ |
'gcc': { |
'all': { |
'DIALECTFLAGS': ['-ansi'], |
- 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS', |
- '-fno-strict-aliasing'], |
+ 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'], |
'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'], |
'LIBS': ['pthread'] |
}, |
@@ -53,7 +52,7 @@ |
'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG'] |
}, |
'mode:release': { |
- 'CCFLAGS': ['-O9'] |
+ 'CCFLAGS': ['-O3'] |
Kasper Lund
2008/10/03 12:53:25
I trust there are no other references to O9 in thi
|
}, |
'wordsize:64': { |
'CCFLAGS': ['-m32'], |