Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 162c65bc3e5c99f217e4140b6d33b072b00d9b56..ce2ad6fb1434929c1492d04c80ee3cd7c024b8be 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -140,6 +140,7 @@ void CompilationInfo::Initialize(Isolate* isolate, |
if (isolate_->debug()->is_active()) MarkAsDebug(); |
if (FLAG_context_specialization) MarkAsContextSpecializing(); |
if (FLAG_turbo_types) MarkAsTypingEnabled(); |
+ if (FLAG_turbo_inlining) MarkAsInliningEnabled(); |
if (!shared_info_.is_null()) { |
DCHECK(strict_mode() == SLOPPY); |