Move -fno-cse flags from Makefile into pragmas
[ghc-hetmet.git] / compiler / ghci / InteractiveUI.hs
index 2e474be..f88fe44 100644 (file)
@@ -1,3 +1,6 @@
+{-# OPTIONS -fno-cse #-}
+-- -fno-cse is needed for GLOBAL_VAR's to behave properly
+
 {-# OPTIONS -#include "Linker.h" #-}
 -----------------------------------------------------------------------------
 --