Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index 58a5c6abf5efe944bc5ca71bf524f183631c9e5b..13eeead9f2aa991fee09ce18a1746947cfed9432 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -29,7 +29,7 @@ |
#define FLAG_LIST(P, R, D, C) \ |
P(always_megamorphic_calls, bool, false, \ |
"Instance call always as megamorphic.") \ |
-C(background_compilation, false, true, bool, true, \ |
+P(background_compilation, bool, true, \ |
"Run optimizing compilation in background") \ |
R(background_compilation_stop_alot, false, bool, false, \ |
"Stress test system: stop background compiler often.") \ |