Chromium Code Reviews| 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', |
|
Sigurður Ásgeirsson
2011/12/21 14:16:06
This is a little indiscriminate, I'd very much pre
|
| }, |
| 'target_defaults': { |
| 'conditions': [ |