Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
102e3b7d
Commit
102e3b7d
authored
Feb 05, 1999
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/exts/Makefile
View file @
102e3b7d
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
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