| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 33040f3ada2a409a3c810e91053ff836942c0bf6..0e113fd030193dd41b09d5c586009f45310fec18 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -449,7 +449,8 @@
|
| // Allow to disable turbofan with a build flag after it's turned on by default.
|
| #define TURBO_BOOL false
|
| #else
|
| -#define TURBO_BOOL true
|
| +// TODO(mvstanton): Turn on turbofan here.
|
| +#define TURBO_BOOL false
|
| #endif
|
| DEFINE_BOOL(turbo, TURBO_BOOL, "enable TurboFan compiler")
|
| DEFINE_BOOL(turbo_sp_frame_access, false,
|
|
|