Reviewers: Søren Gjesse,

Description:
Both thumb and optimized for size.

Please review this at http://codereview.chromium.org/57055

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     SConstruct


Index: SConstruct
===================================================================
--- SConstruct  (revision 1652)
+++ SConstruct  (working copy)
@@ -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