From ffcc8c9aa3ed862f26a7c05b23d09337ff104f13 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 25 Jul 2005 14:04:02 +0000 Subject: [PATCH] [project @ 2005-07-25 14:04:02 by simonmar] Compile GC.c with -O3 (unrolls some important loops) --- ghc/rts/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 802ce61..ac689a9 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -326,6 +326,8 @@ ifeq "$(Windows)" "YES" PrimOps_HC_OPTS += -\#include '' -\#include win32/AsyncIO.h endif +GC_HC_OPTS += -optc-O3 + # Cmm must be compiled via-C for now, because the NCG can't handle loops SRC_HC_OPTS += -fvia-C -- 1.7.10.4