| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index aa889f3fd905aa5838a47936ebc1fad4ac272676..ae9c36e7493b158e21bcf0704dd33c1863e9cffe 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -696,8 +696,10 @@ DEFINE_bool(stress_compaction, false,
|
| #endif
|
|
|
| // checks.cc
|
| +#if !defined(OPTIMIZED_DEBUG)
|
| DEFINE_bool(enable_slow_asserts, false,
|
| "enable asserts that are slow to execute")
|
| +#endif
|
|
|
| // codegen-ia32.cc / codegen-arm.cc / macro-assembler-*.cc
|
| DEFINE_bool(print_source, false, "pretty print source code")
|
|
|