Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
712ea2a4
Commit
712ea2a4
authored
Aug 23, 2010
by
simonpj@microsoft.com
Browse files
DPH should not even be built if GhcProfiled
It's not just when cleaning!
parent
5cd20c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
712ea2a4
...
...
@@ -351,7 +351,7 @@ $(foreach pkg,$(EXTRA_PACKAGES),$(eval $(call addPackage,$(pkg))))
ifneq
"$(BootingFromHc)" "YES"
ifneq
"
$(CLEANING)
$(GhcProfiled)" "
NO
YES"
ifneq
"$(GhcProfiled)" "YES"
# DPH uses Template Haskell, and Template Haskell doesn't work
# with a profiled compiler. So if stage-2 is profile, don't build DPH
PACKAGES_STAGE2
+=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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