diff options
Diffstat (limited to 'build/common.gypi')
-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 |