Skip to content
Snippets Groups Projects
Commit 0cb62f92 authored by sof's avatar sof
Browse files

[project @ 1997-11-24 21:19:30 by sof]

Up the default heap size to 8m for PrelTup, ArrBase, Time, Int and Word
parent 65c04022
No related merge requests found
......@@ -70,7 +70,12 @@ ghc/Unsafe_HC_OPTS += -Onot
ghc/PrelBase_HC_OPTS += -H12m
ghc/PrelRead_HC_OPTS += -H8m
ghc/PrelTup_HC_OPTS += -H8m
ghc/ArrBase_HC_OPTS += -H8m
ghc/IOHandle_HC_OPTS += -H8m
required/Time_HC_OPTS += -H8m
glaExts/Int_HC_OPTS += -H8m
glaExts/Word_HC_OPTS += -H8m
#-----------------------------------------------------------------------------
# Dependency generation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment