| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 3369)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -143,7 +143,7 @@
|
| DEFINE_bool(strict, false, "strict error checking")
|
| DEFINE_int(min_preparse_length, 1024,
|
| "minimum length for automatic enable preparsing")
|
| -DEFINE_bool(fast_compiler, false,
|
| +DEFINE_bool(fast_compiler, true,
|
| "use the fast-mode compiler for some top-level code")
|
| DEFINE_bool(trace_bailout, false,
|
| "print reasons for failing to use fast compilation")
|
|
|