From: panne Date: Tue, 29 Jun 2004 19:10:47 +0000 (+0000) Subject: [project @ 2004-06-29 19:10:47 by panne] X-Git-Tag: nhc98-1-18-release~300 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e2f774794106aa61cffb56eec802f0eeddc52635;p=haskell-directory.git [project @ 2004-06-29 19:10:47 by panne] Centralized compiler differences for requesting additional heap/stack in a single place. Only tested for bootstrapping via hbc, and this needs 170M heap for Language/Haskell/Parser.hs. There seems to be a "small" space leak here... :-] --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 997af9b..e54475d 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,6 +1,5 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude -EXTRA_H_FLAGS = +RTS -K6M -RTS SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \