[commit: ghc] wip/rwbarton-no-core-lint-after-jp: Disable core lint (d268e59)
git at git.haskell.org
git at git.haskell.org
Sat Feb 11 15:16:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rwbarton-no-core-lint-after-jp
Link : http://ghc.haskell.org/trac/ghc/changeset/d268e595968e03d488609e38f5f708dfa393a05c/ghc
>---------------------------------------------------------------
commit d268e595968e03d488609e38f5f708dfa393a05c
Author: Reid Barton <rwbarton at gmail.com>
Date: Sat Feb 11 00:30:12 2017 -0500
Disable core lint
>---------------------------------------------------------------
d268e595968e03d488609e38f5f708dfa393a05c
mk/custom-settings.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
index 2b4b127..3fb8e63 100644
--- a/mk/custom-settings.mk
+++ b/mk/custom-settings.mk
@@ -5,7 +5,11 @@ ifeq "$(Validating)" "YES"
include mk/flavours/validate.mk
-include mk/validate.mk
else
--include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
+# -include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
+GhcHcOpts =
+GhcLibWays := $(filter v dyn,$(GhcLibWays))
+GhcLibHcOpts += -O
+GhcStage2HcOpts += -O
endif
ifeq "$(BINDIST)" "YES"
More information about the ghc-commits
mailing list