summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/main/DynFlags.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 320a11ee44..8e5ba6a925 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2643,6 +2643,11 @@ dynamic_flags = [
, defGhcFlag "fmax-inline-memset-insns"
(intSuffix (\n d -> d{ maxInlineMemsetInsns = n }))
+ , defGhcFlag "dinitial-unique"
+ (intSuffix (\n d -> d{ initialUnique = n }))
+ , defGhcFlag "dunique-increment"
+ (intSuffix (\n d -> d{ uniqueIncrement = n }))
+
------ Profiling ----------------------------------------------------
-- OLD profiling flags