Move -fno-cse flags from Makefile into pragmas
[ghc-hetmet.git] / compiler / main / SysTools.lhs
index 006dd28..6dfcd4b 100644 (file)
@@ -7,6 +7,9 @@
 -----------------------------------------------------------------------------
 
 \begin{code}
+{-# OPTIONS -fno-cse #-}
+-- -fno-cse is needed for GLOBAL_VAR's to behave properly
+
 module SysTools (
         -- Initialisation
         initSysTools,