Move "main/BinIface_HC_OPTS += -O" into a pragma in iface/BinIface.hs
[ghc-hetmet.git] / compiler / iface / BinIface.hs
index 58ae603..75e0d64 100644 (file)
@@ -1,7 +1,11 @@
 
--- 
+{-# OPTIONS_GHC -O #-}
+-- We always optimise this, otherwise performance of a non-optimised
+-- compiler is severely affected
+
+--
 --  (c) The University of Glasgow 2002-2006
--- 
+--
 -- Binary interface file support.
 
 module BinIface ( writeBinIface, readBinIface,