diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-15 10:03:26 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-15 10:03:26 +0000 |
commit | 72beea884186a491fa52b630432b5566477ecf45 (patch) | |
tree | 9f93c066a37bde7c8195283355e6d160923c6268 /build | |
parent | eb8f88e0d50b1ce159b6db24f2747cb8f297be36 (diff) | |
download | chromium_src-72beea884186a491fa52b630432b5566477ecf45.zip chromium_src-72beea884186a491fa52b630432b5566477ecf45.tar.gz chromium_src-72beea884186a491fa52b630432b5566477ecf45.tar.bz2 |
Turn on optimized debug builds for V8.
This should speed up running tests in debug mode considerably
BUG=254188
R=danno@chromium.org
Review URL: https://codereview.chromium.org/19166002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211628 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 06ce9a0..0ae5abb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1105,6 +1105,9 @@ # rlz codes for searches but do not use the library. 'enable_rlz%': 0, + # Turns on compiler optimizations in V8 in Debug build. + 'v8_optimized_debug%': 1, + 'conditions': [ # The version of GCC in use, set later in platforms that use GCC and have # not explicitly chosen to build with clang. Currently, this means all |