Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 971879a23f02089da0115f28f5f6d54e244f99ae..2d7e31a8f2676547ffd8ab5662ecfaa27dff6afc 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1217,7 +1217,7 @@ DEFINE_BOOL(single_threaded, false, "disable the use of background tasks") |
DEFINE_NEG_IMPLICATION(single_threaded, concurrent_recompilation) |
DEFINE_NEG_IMPLICATION(single_threaded, concurrent_sweeping) |
DEFINE_NEG_IMPLICATION(single_threaded, parallel_compaction) |
- |
+DEFINE_NEG_IMPLICATION(single_threaded, compiler_dispatcher) |
#undef FLAG |