summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-02-11 00:30:12 -0500
committerReid Barton <rwbarton@gmail.com>2017-02-11 00:30:12 -0500
commit0206750fcd3fe2299419a9020ec39fa557a866d0 (patch)
tree4fd596b9b1d2d5d257ddce341b1cddbac849d859
parent639e702b6129f501c539b158b982ed8489e3d09c (diff)
downloadhaskell-wip/rwbarton-no-core-lint.tar.gz
Disable core lintwip/rwbarton-no-core-lint
-rw-r--r--mk/custom-settings.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
index 2b4b127102..3fb8e63155 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"