diff options
Diffstat (limited to 'deps/v8/build/common.gypi')
-rw-r--r-- | deps/v8/build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 9129d0170..e19167976 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -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': [ |