[commit: ghc] wip/rwbarton-no-core-lint-before-jp: Disable core lint (505521c)

git at git.haskell.org git at git.haskell.org
Sat Feb 11 15:15:50 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/rwbarton-no-core-lint-before-jp
Link       : http://ghc.haskell.org/trac/ghc/changeset/505521ce26df5a49a0372fa096b9fd791110293c/ghc

>---------------------------------------------------------------

commit 505521ce26df5a49a0372fa096b9fd791110293c
Author: Reid Barton <rwbarton at gmail.com>
Date:   Sat Feb 11 00:30:12 2017 -0500

    Disable core lint


>---------------------------------------------------------------

505521ce26df5a49a0372fa096b9fd791110293c
 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