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
Alex D
GHC
Commits
27db51b3
Commit
27db51b3
authored
Jun 29, 2006
by
Simon Marlow
Browse files
No longer force -fvia-C for the RTS, it can now be compiled with the NCG
parent
73566e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Makefile
View file @
27db51b3
...
...
@@ -325,9 +325,6 @@ GC_HC_OPTS += -optc-O3
# upd_evacee() assigments get moved before the object copy.
SRC_CC_OPTS
+=
-fno-strict-aliasing
# Cmm must be compiled via-C for now, because the NCG can't handle loops
SRC_HC_OPTS
+=
-fvia-C
# We *want* type-checking of hand-written cmm.
SRC_HC_OPTS
+=
-dcmm-lint
...
...
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