Index: SConstruct |
=================================================================== |
--- SConstruct (revision 3302) |
+++ SConstruct (working copy) |
@@ -127,7 +127,7 @@ |
} |
}, |
'mode:release': { |
- 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', |
+ 'CCFLAGS': ['-O0', '-g', '-fomit-frame-pointer', '-fdata-sections', |
Christian Plesner Hansen
2009/11/13 13:43:36
Ahem.
|
'-ffunction-sections'], |
'os:android': { |
'CCFLAGS': ['-mthumb', '-Os'], |