Skip to content
Snippets Groups Projects
Commit 42aee729 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-19 16:14:41 by simonm]

bump a few heap sizes to be on the safe side.
parent cf3eb09c
No related merge requests found
...@@ -56,7 +56,7 @@ ghc/ArrBase_HC_OPTS += -monly-2-regs ...@@ -56,7 +56,7 @@ ghc/ArrBase_HC_OPTS += -monly-2-regs
glaExts/PackedString_HC_OPTS += -monly-3-regs glaExts/PackedString_HC_OPTS += -monly-3-regs
required/Directory_HC_OPTS += -monly-3-regs required/Directory_HC_OPTS += -monly-3-regs
concurrent/Parallel_HC_OPTS += -fglasgow-exts concurrent/Parallel_HC_OPTS += -fglasgow-exts
required/Time_HC_OPTS += -monly-3-regs -H12m required/Time_HC_OPTS += -monly-3-regs -H16m
# Far too much heap is needed to compile PrelNum with -O at the # Far too much heap is needed to compile PrelNum with -O at the
# moment, but there you go.. # moment, but there you go..
...@@ -69,11 +69,12 @@ ghc/PrelNum_HC_OPTS += -H30m ...@@ -69,11 +69,12 @@ ghc/PrelNum_HC_OPTS += -H30m
ghc/Unsafe_HC_OPTS += -Onot ghc/Unsafe_HC_OPTS += -Onot
ghc/PrelBase_HC_OPTS += -H12m ghc/PrelBase_HC_OPTS += -H12m
ghc/PrelRead_HC_OPTS += -H8m ghc/PrelRead_HC_OPTS += -H12m
ghc/PrelTup_HC_OPTS += -H8m ghc/PrelTup_HC_OPTS += -H8m
ghc/ArrBase_HC_OPTS += -H8m ghc/ArrBase_HC_OPTS += -H8m
ghc/IOHandle_HC_OPTS += -H8m ghc/IOHandle_HC_OPTS += -H12m
required/Time_HC_OPTS += -H8m required/Time_HC_OPTS += -H8m
required/Complex_HC_OPTS += -H10m
glaExts/Int_HC_OPTS += -H8m glaExts/Int_HC_OPTS += -H8m
glaExts/Word_HC_OPTS += -H8m glaExts/Word_HC_OPTS += -H8m
......
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