diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-04-02 10:56:43 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-04-02 10:56:43 +0000 |
commit | 11ca89b8a5ce9ce1c2d3959361e05efd9170887e (patch) | |
tree | dcfb854647bc38943089b3a355fe9a6aaf943520 /rts/Makefile | |
parent | 656bfe68d569b9fcc13060c4903b708359a4dc41 (diff) | |
download | haskell-11ca89b8a5ce9ce1c2d3959361e05efd9170887e.tar.gz |
add -funroll-loops when compiling the parallel version of Evac.c too
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index e59a6337cf..bda4bc7afe 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -428,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 |