Reviewers: Kevin Millikin, Description: Use -mthumb on debug build too.
Please review this at http://codereview.chromium.org/57056 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct 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', --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
