Commit 857e89f5 authored by ricow@chromium.org's avatar ricow@chromium.org

Enable max optimization for v8 in chromium.

First attempt to do this failed, we need per target flags.
Review URL: http://codereview.chromium.org/9018013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10297 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 068128da
......@@ -84,10 +84,6 @@
# 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': [
......
......@@ -221,6 +221,9 @@
{
'target_name': 'v8_base',
'type': '<(library)',
'variables': {
'optimize': 'max',
},
'include_dirs+': [
'../../src',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment