Author: [email protected]
Date: Tue Mar 31 06:55:33 2009
New Revision: 1654
Modified:
branches/bleeding_edge/SConstruct
Log:
Use -mthumb on debug build too.
Review URL: http://codereview.chromium.org/57056
Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct (original)
+++ branches/bleeding_edge/SConstruct Tue Mar 31 06:55:33 2009
@@ -92,7 +92,10 @@
},
'mode:debug': {
'CCFLAGS': ['-g', '-O0'],
- 'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG']
+ 'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG'],
+ 'os:android': {
+ 'CCFLAGS': ['-mthumb']
+ }
},
'mode:release': {
'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections',
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---