summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-11-08 10:38:06 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-11-08 10:38:06 +0000
commitc80670841d1e8b708f11ee9ea37639bbca5abaee (patch)
tree74d89034a8b55be6a94be8e2bdd9965d9195ab12 /rts/Makefile
parent6ef2fc2ebf11755a54386f8e317d83cb19913be1 (diff)
downloadhaskell-c80670841d1e8b708f11ee9ea37639bbca5abaee.tar.gz
update flag settings after files were relocated
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Makefile b/rts/Makefile
index c01a907fdd..2b05eff5e7 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,