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

[project @ 1998-10-21 11:41:45 by sof]

Upped the heap sizes for Int and Word some more
parent 119403dd
No related merge requests found
......@@ -39,8 +39,8 @@ ifneq "$(way)" ""
SRC_HC_OPTS += -hisuf $(way_)hi
endif
Int_HC_OPTS += -H8m -fno-prune-tydecls
Word_HC_OPTS += -H8m -fno-prune-tydecls
Int_HC_OPTS += -H10m -fno-prune-tydecls
Word_HC_OPTS += -H10m -fno-prune-tydecls
Foreign_HC_OPTS += -fno-prune-tydecls
NativeInfo_HC_OPTS += -fno-prune-tydecls
Dynamic_HC_OPTS += $(MAGIC_HSCPP_OPTS)
......
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