Author: [email protected]
Date: Tue Mar 31 06:18:43 2009
New Revision: 1651

Modified:
    branches/bleeding_edge/SConstruct

Log:
Optimize for size on Android.
Review URL: http://codereview.chromium.org/56110

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

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

Reply via email to