From e2f774794106aa61cffb56eec802f0eeddc52635 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 29 Jun 2004 19:10:47 +0000 Subject: [PATCH] [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... :-] --- Makefile.nhc98 | 1 - 1 file changed, 1 deletion(-) 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 \ -- 1.7.10.4