Commit e8bb6904 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Switch to thumb mode for runtime system on Android.

Review URL: http://codereview.chromium.org/57054

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1652 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 45c3cba0
...@@ -98,7 +98,7 @@ LIBRARY_FLAGS = { ...@@ -98,7 +98,7 @@ LIBRARY_FLAGS = {
'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections',
'-ffunction-sections'], '-ffunction-sections'],
'os:android': { 'os:android': {
'CCFLAGS': ['-Os'], 'CCFLAGS': ['-mthumb'],
'CPPDEFINES': ['SK_RELEASE', 'NDEBUG'] 'CPPDEFINES': ['SK_RELEASE', 'NDEBUG']
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment