Index: runtime/bin/main.cc |
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc |
index bb21b9f3cee09c503911b63dff4409f99acf72f2..aeeb3cf9dc08cef9ea91bce95260996ba0e4d63f 100644 |
--- a/runtime/bin/main.cc |
+++ b/runtime/bin/main.cc |
@@ -340,10 +340,7 @@ static bool ProcessGenPrecompiledSnapshotOption( |
precompiled_snapshot_directory = arg; |
} |
gen_precompiled_snapshot = true; |
-#if !defined(DART_PRECOMPILED_RUNTIME) |
- // The precompiled runtime has FLAG_precompilation set as const. |
vm_options->AddArgument("--precompilation"); |
-#endif |
return true; |
} |
@@ -358,10 +355,7 @@ static bool ProcessRunPrecompiledSnapshotOption( |
precompiled_snapshot_directory = &precompiled_snapshot_directory[1]; |
} |
run_precompiled_snapshot = true; |
-#if !defined(DART_PRECOMPILED_RUNTIME) |
- // The precompiled runtime has FLAG_precompilation set as const. |
vm_options->AddArgument("--precompilation"); |
-#endif |
return true; |
} |