Revision: 10283
Author:   [email protected]
Date:     Tue Dec 20 23:27:31 2011
Log: Add max optimization flag to v8 build flag, chrome will use less optimization as default soon.
Review URL: http://codereview.chromium.org/9017004
http://code.google.com/p/v8/source/detail?r=10283

Modified:
 /branches/bleeding_edge/build/common.gypi

=======================================
--- /branches/bleeding_edge/build/common.gypi   Wed Nov 23 09:32:34 2011
+++ /branches/bleeding_edge/build/common.gypi   Tue Dec 20 23:27:31 2011
@@ -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