Index: SConstruct |
=================================================================== |
--- SConstruct (revision 6279) |
+++ SConstruct (working copy) |
@@ -72,7 +72,6 @@ |
'-fgcse-after-reload', |
'-frerun-cse-after-loop', |
'-frename-registers', |
- '-fomit-frame-pointer', |
'-finline-limit=64', |
'-DCAN_USE_VFP_INSTRUCTIONS=1', |
'-DCAN_USE_ARMV7_INSTRUCTIONS=1', |
@@ -143,10 +142,10 @@ |
} |
}, |
'mode:release': { |
- 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', |
+ 'CCFLAGS': ['-O2', '-fdata-sections', |
'-ffunction-sections'], |
'os:android': { |
- 'CCFLAGS': ['-mthumb', '-Os'], |
+ 'CCFLAGS': ['-mthumb'], |
'CPPDEFINES': ['SK_RELEASE', 'NDEBUG'] |
} |
}, |