From ef677114675518a9c72212b7f61f6858585a90af Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 3 Jun 1997 23:42:21 +0000 Subject: [PATCH] [project @ 1997-06-03 23:42:21 by sof] Module-specific compile options adjusted --- ghc/lib/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index e4317e8..f05d2f2 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -4,7 +4,7 @@ # # Makefile for building the GHC Prelude libraries umpteen ways # -# $Id: Makefile,v 1.10 1997/05/26 05:15:12 sof Exp $ +# $Id: Makefile,v 1.11 1997/06/03 23:42:21 sof Exp $ # # ################################################################################# @@ -52,10 +52,14 @@ endif # per-module flags -ghc/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 +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 + +# Far too much heap is needed to compile PrelNum with -O at the +# moment, but there you go.. +ghc/PrelNum_HC_OPTS += -H30m #----------------------------------------------------------------------------- # Dependency generation -- 1.7.10.4