Bindist comparison tool: Handle differences in the library ways nicely
[ghc-hetmet.git] / distrib / compare / Makefile
index 3099bc9..f65c041 100644 (file)
@@ -2,7 +2,7 @@
 GHC = ghc
 
 compare: *.hs
-       "$(GHC)" --make -Wall -Werror $@
+       "$(GHC)" -O --make -Wall -Werror $@
 
 .PHONY: clean
 clean: