[project @ 2005-07-26 22:10:59 by simonmar]
[ghc-hetmet.git] / ghc / rts / Makefile
index ac689a9..0588a5b 100644 (file)
@@ -326,7 +326,7 @@ ifeq "$(Windows)" "YES"
 PrimOps_HC_OPTS += -\#include '<windows.h>' -\#include win32/AsyncIO.h
 endif
 
-GC_HC_OPTS += -optc-O3
+GC_HC_OPTS += -optc-O3 -optc-fno-strict-aliasing
 
 # Cmm must be compiled via-C for now, because the NCG can't handle loops
 SRC_HC_OPTS += -fvia-C