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

[project @ 1998-05-15 15:21:28 by simonm]

- compile PrelMain with -fno-prune-tydecls for now: otherwise the
  IO constructor gets thrown away for some bizarre reason.
parent c22263dd
No related merge requests found
......@@ -69,6 +69,7 @@ PrelHandle_HC_OPTS += -H12m
Time_HC_OPTS += -H8m
Complex_HC_OPTS += -H10m
IO_HC_OPTS += -H12m
PrelMain_HC_OPTS += -fno-prune-tydecls # avoids an apparent bug; ToDo
#-----------------------------------------------------------------------------
# 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