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

[project @ 1999-02-05 13:45:29 by sof]

sigh, too hasty with dropping -monly-3-regs on Int and Word
parent a786498c
No related merge requests found
......@@ -39,8 +39,8 @@ ifneq "$(way)" ""
SRC_HC_OPTS += -hisuf $(way_)hi
endif
Int_HC_OPTS += -H14m -fno-prune-tydecls
Word_HC_OPTS += -H12m
Int_HC_OPTS += -H14m -fno-prune-tydecls -monly-3-regs
Word_HC_OPTS += -H12m -monly-3-regs
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