X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMakefile;h=bda4bc7afee9b1250f93df225e9ca865a6de8840;hb=c990e97592ea48e74f8e1c51ab59666decaacd6d;hp=585958fca37dd925f4843f6c9ae6e2b79f5af828;hpb=8b18faef8aeaf40150c208272a2fc117611e8ae8;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index 585958f..bda4bc7 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -310,6 +310,7 @@ endif else # GhcRtsWithPapi==YES +PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR="" PACKAGE_CPP_OPTS += -DPAPI_LIB_DIR="" endif @@ -427,6 +428,8 @@ sm/Scav_thr.c : sm/Scav.c sm/Evac_thr_HC_OPTS += -optc-DPARALLEL_GC sm/Scav_thr_HC_OPTS += -optc-DPARALLEL_GC + +sm/Evac_thr_HC_OPTS += -optc-funroll-loops else EXCLUDED_SRCS += sm/Evac_thr.c sm/Scav_thr.c endif