[project @ 2004-06-29 19:10:47 by panne]
authorpanne <unknown>
Tue, 29 Jun 2004 19:10:47 +0000 (19:10 +0000)
committerpanne <unknown>
Tue, 29 Jun 2004 19:10:47 +0000 (19:10 +0000)
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

index 997af9b..e54475d 100644 (file)
@@ -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 \