[project @ 2000-12-19 10:50:51 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Makefile
index f3483b4..861ca1f 100644 (file)
@@ -10,6 +10,8 @@ HS_SRCS = $(wildcard *.hs)
 tcfail045_HC_OPTS = -fglasgow-exts -package lang
 tcfail068_HC_OPTS = -fglasgow-exts -package lang
 tcfail080_HC_OPTS = -fglasgow-exts -package lang
+tcfail089_HC_OPTS = -O
+# The -O can't go in {-# OPTIONS #-} because it's static
 
 Inst82_1.o : Inst82_1.hs Data82.hi
        $(HC) $(HC_OPTS) -c $< -o $@