From: Simon Marlow Date: Wed, 8 Nov 2006 10:38:06 +0000 (+0000) Subject: update flag settings after files were relocated X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c80670841d1e8b708f11ee9ea37639bbca5abaee update flag settings after files were relocated --- diff --git a/rts/Makefile b/rts/Makefile index c01a907..2b05eff 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -320,10 +320,10 @@ SRC_HC_OPTS += -optc-fno-stack-protector endif # -O3 helps unroll some loops (especially in copy() with a constant argument). -GC_HC_OPTS += -optc-O3 +sm/Evac_HC_OPTS += -optc-funroll-loops # Without this, thread_obj will not be inlined (at least on x86 with GCC 4.1.0) -GCCompact_HC_OPTS += -optc-finline-limit=2500 +sm/Compact_HC_OPTS += -optc-finline-limit=2500 # -fno-strict-aliasing is required for the runtime, because we often # use a variety of types to represent closure pointers (StgPtr,