Reviewers: danno,

Description:
Add max optimization flag to v8 build flag, chrome will use less optimization as
default soon.

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

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

Affected files:
  M     build/common.gypi


Index: build/common.gypi
===================================================================
--- build/common.gypi   (revision 10274)
+++ build/common.gypi   (working copy)
@@ -84,6 +84,10 @@

     # For a shared library build, results in "libv8-<(soname_version).so".
     'soname_version%': '',
+
+    # We want max optimization for the V8 build (if this is not set, chrome
+    # defaults to low optimization settings)
+    'optimize': 'max',
   },
   'target_defaults': {
     'conditions': [


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

Reply via email to