[commit: ghc] ghc-8.0: Build profiling libraries on `validate --slow` (#11496) (7c6215b)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 12:05:45 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/7c6215bc7d25e47d2753c46980bd8e4600d11cc6/ghc
>---------------------------------------------------------------
commit 7c6215bc7d25e47d2753c46980bd8e4600d11cc6
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Jan 27 00:08:53 2016 +0100
Build profiling libraries on `validate --slow` (#11496)
(cherry picked from commit e2bdf03a63b09feabee76e2efd33eb56739324ac)
>---------------------------------------------------------------
7c6215bc7d25e47d2753c46980bd8e4600d11cc6
mk/flavours/validate.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/mk/flavours/validate.mk b/mk/flavours/validate.mk
index 0bb7b92..94892d4 100644
--- a/mk/flavours/validate.mk
+++ b/mk/flavours/validate.mk
@@ -17,8 +17,12 @@ ifeq "$(ValidateSpeed)" "SLOW"
GhcStage2HcOpts += -DDEBUG
endif
+ifeq "$(ValidateSpeed)" "SLOW"
+BUILD_PROF_LIBS = YES
+endif
+
ifneq "$(ValidateSpeed)" "FAST"
-BUILD_EXTRA_PKGS=YES
+BUILD_EXTRA_PKGS = YES
endif
WERROR = -Werror
More information about the ghc-commits
mailing list