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