From 154f682cb565cecabe3910b3b7f4b54918fd8564 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Aug 1997 22:42:15 +0000 Subject: [PATCH] [project @ 1997-08-25 22:42:15 by sof] Removed use of gratuitous -prof; added -monly-2-regs for ArrBase --- ghc/lib/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.. -- 1.7.10.4