Index: SConstruct |
=================================================================== |
--- SConstruct (revision 1653) |
+++ SConstruct (working copy) |
@@ -93,6 +93,9 @@ |
'mode:debug': { |
'CCFLAGS': ['-g', '-O0'], |
'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG'] |
+ 'os:android': { |
+ 'CCFLAGS': ['-mthumb'] |
+ } |
}, |
'mode:release': { |
'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', |