From: sof Date: Mon, 25 Aug 1997 22:42:15 +0000 (+0000) Subject: [project @ 1997-08-25 22:42:15 by sof] X-Git-Tag: Approximately_1000_patches_recorded~87 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=154f682cb565cecabe3910b3b7f4b54918fd8564;p=ghc-hetmet.git [project @ 1997-08-25 22:42:15 by sof] Removed use of gratuitous -prof; added -monly-2-regs for ArrBase --- diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 9dc4635..4d0fcf8 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -38,8 +38,8 @@ SRC_HC_OPTS += -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts) # # Profiling options -WAY_p_HC_OPTS += -prof -GPrelude -WAY_mr_HC_OPTS += -prof -GPrelude +WAY_p_HC_OPTS += -GPrelude +WAY_mr_HC_OPTS += -GPrelude # # Object and interface files have suffixes tagged with their ways @@ -49,11 +49,11 @@ SRC_HC_OPTS += -hisuf $(way_)hi endif # per-module flags - +ghc/ArrBase_HC_OPTS += -monly-2-regs glaExts/PackedString_HC_OPTS += -monly-3-regs required/Directory_HC_OPTS += -monly-3-regs concurrent/Parallel_HC_OPTS += -fglasgow-exts -required/Time_HC_OPTS += -monly-3-regs -H10m +required/Time_HC_OPTS += -monly-3-regs -H12m # Far too much heap is needed to compile PrelNum with -O at the # moment, but there you go..