[commit: ghc] master: DynFlags: Yet one more fix (166c597)

git at git.haskell.org git at git.haskell.org
Tue Oct 27 15:23:20 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/166c5972fc7269b6a7802cd68ab04d86affbb879/ghc

>---------------------------------------------------------------

commit 166c5972fc7269b6a7802cd68ab04d86affbb879
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Oct 27 16:17:46 2015 +0100

    DynFlags: Yet one more fix


>---------------------------------------------------------------

166c5972fc7269b6a7802cd68ab04d86affbb879
 compiler/main/DynFlags.hs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 97b15d3..6f5fa6a 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -1567,6 +1567,9 @@ defaultDynFlags mySettings =
         maxInlineMemcpyInsns = 32,
         maxInlineMemsetInsns = 32,
 
+        initialUnique = 0,
+        uniqueIncrement = 1,
+
         reverseErrors = False
       }
 



More information about the ghc-commits mailing list