From 8dc4c737e119c8c1b803942020c399ffb300a8a2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 14 Nov 2000 14:33:02 +0000 Subject: [PATCH] [project @ 2000-11-14 14:33:02 by simonmar] don't hardcode -H options in the Makefile --- ghc/lib/std/Makefile | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index c577259..5597c9c 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -41,7 +41,7 @@ endif #----------------------------------------------------------------------------- # Setting the GHC compile options -SRC_HC_OPTS += -recomp -cpp -fvia-C -fglasgow-exts +RTS -H16m -K4m -G3 -RTS $(GhcLibHcOpts) $(PACKAGE) +SRC_HC_OPTS += -recomp -cpp -fvia-C -fglasgow-exts $(GhcLibHcOpts) $(PACKAGE) ifneq "$(DLLized)" "YES" SRC_HC_OPTS += -static endif @@ -59,8 +59,27 @@ endif # Far too much heap is needed to compile PrelNumExtra with -O at the # moment, but there you go.. +<<<<<<< Makefile +# PrelNumExtra_HC_OPTS += -H24m -K2m +# +# PrelPack_HC_OPTS += -K4m +# PrelBase_HC_OPTS += -H12m +# PrelRead_HC_OPTS += -H20m +# PrelTup_HC_OPTS += -H12m -K2m +# PrelNum_HC_OPTS += -H12m -K4m +# PrelArr_HC_OPTS += -H8m +# PrelHandle_HC_OPTS += -H20m +# Time_HC_OPTS += -H24m -K2m +# Complex_HC_OPTS += -H10m +# IO_HC_OPTS += -H12m +# List_HC_OPTS += -H8m +# Directory_HC_OPTS += -H8m +======= PrelNumExtra_HC_OPTS += +RTS -H24m -K2m -RTS +>>>>>>> 1.50 +<<<<<<< Makefile +======= PrelPack_HC_OPTS += +RTS -K4m -RTS PrelBase_HC_OPTS += +RTS -H12m -RTS PrelRead_HC_OPTS += +RTS -H20m -RTS @@ -74,6 +93,7 @@ IO_HC_OPTS += +RTS -H12m -RTS List_HC_OPTS += +RTS -H8m -RTS Directory_HC_OPTS += +RTS -H8m -RTS +>>>>>>> 1.50 #----------------------------------------------------------------------------- # Dependency generation -- 1.7.10.4