Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
b16e4bdf
Commit
b16e4bdf
authored
Oct 21, 1998
by
sof
Browse files
[project @ 1998-10-21 11:41:45 by sof]
Upped the heap sizes for Int and Word some more
parent
119403dd
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/lib/exts/Makefile
View file @
b16e4bdf
...
@@ -39,8 +39,8 @@ ifneq "$(way)" ""
...
@@ -39,8 +39,8 @@ ifneq "$(way)" ""
SRC_HC_OPTS
+=
-hisuf
$(way_)
hi
SRC_HC_OPTS
+=
-hisuf
$(way_)
hi
endif
endif
Int_HC_OPTS
+=
-H
8
m
-fno-prune-tydecls
Int_HC_OPTS
+=
-H
10
m
-fno-prune-tydecls
Word_HC_OPTS
+=
-H
8
m
-fno-prune-tydecls
Word_HC_OPTS
+=
-H
10
m
-fno-prune-tydecls
Foreign_HC_OPTS
+=
-fno-prune-tydecls
Foreign_HC_OPTS
+=
-fno-prune-tydecls
NativeInfo_HC_OPTS
+=
-fno-prune-tydecls
NativeInfo_HC_OPTS
+=
-fno-prune-tydecls
Dynamic_HC_OPTS
+=
$(MAGIC_HSCPP_OPTS)
Dynamic_HC_OPTS
+=
$(MAGIC_HSCPP_OPTS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment