Fix performance regression: re-instate -funbox-strict-fields
[ghc-base.git] / Data / HashTable.hs
index cb11e15..3db6cc9 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude -funbox-strict-fields #-}
 
 -----------------------------------------------------------------------------
 -- |