| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 06ce9a010c764562366246211f84222166626c47..0ae5abbb798f0b36a0d1941c22bc910d263c6def 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
|
|
|