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
Glasgow Haskell Compiler
GHC
Commits
d5aa9c5d
Commit
d5aa9c5d
authored
Feb 20, 2003
by
simonpj
Browse files
[project @ 2003-02-20 12:59:55 by simonpj]
Compile binary stuff with -O always
parent
710316df
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
d5aa9c5d
...
...
@@ -380,8 +380,14 @@ utils/Binary_HC_OPTS += -fvia-C
endif
# ByteCodeItbls uses primops that the NCG doesn't support yet.
ghci/
ByteCodeItbls_HC_OPTS
=
-fvia-C
ghci/
ByteCodeLink_HC_OPTS
=
-fvia-C
-monly-3-regs
ghci/
ByteCodeItbls_HC_OPTS
+=
-fvia-C
ghci/
ByteCodeLink_HC_OPTS
+=
-fvia-C
-monly-3-regs
# BinIface and Binary take ages to both compile and run if you don's use -O
main/
BinIface_HC_OPTS
+=
-O
utils/
Binary_HC_OPTS
+=
-O
utils/
FastMutInt_HC_OPTS
+=
-O
# CSE interacts badly with top-level IORefs (reportedly in DriverState and
# DriverMkDepend), causing some of them to be commoned up. We have a fix for
...
...
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