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

[project @ 1999-01-19 13:50:06 by simonm]

Increase stack size for PrelNum.lhs.
parent 9ecfc3f4
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ PrelNumExtra_HC_OPTS += -H30m -K2m
PrelBase_HC_OPTS += -H10m
PrelRead_HC_OPTS += -H16m
PrelTup_HC_OPTS += -H12m
PrelNum_HC_OPTS += -H12m
PrelNum_HC_OPTS += -H12m -K2m
PrelArr_HC_OPTS += -H8m
PrelHandle_HC_OPTS += -H14m
Time_HC_OPTS += -H18m
......
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