From 73b34b81cee865973da94dfb5010c078a656d994 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 26 Jul 2005 22:10:59 +0000 Subject: [PATCH] [project @ 2005-07-26 22:10:59 by simonmar] gcc has gone to town on the garbage collector and killed it: use -optc-fno-strict-aliasing as a workaround for now. --- ghc/rts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index ac689a9..0588a5b 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -326,7 +326,7 @@ ifeq "$(Windows)" "YES" PrimOps_HC_OPTS += -\#include '' -\#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 -- 1.7.10.4