Author: [email protected]
Date: Tue Mar 31 06:24:59 2009
New Revision: 1653

Modified:
    branches/bleeding_edge/SConstruct

Log:
Both thumb and optimized for size.
Review URL: http://codereview.chromium.org/57055

Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct   (original)
+++ branches/bleeding_edge/SConstruct   Tue Mar 31 06:24:59 2009
@@ -98,7 +98,7 @@
        'CCFLAGS':      ['-O3', '-fomit-frame-pointer', '-fdata-sections',
                         '-ffunction-sections'],
        'os:android': {
-        'CCFLAGS':    ['-mthumb'],
+        'CCFLAGS':    ['-mthumb', '-Os'],
          'CPPDEFINES': ['SK_RELEASE', 'NDEBUG']
        }
      },

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to