summaryrefslogtreecommitdiff
path: root/mk/validate-settings.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-01 12:45:15 +0000
committerIan Lynagh <igloo@earth.li>2008-07-01 12:45:15 +0000
commit8df3ac7096bde788e2c3bde4389a2bb6f0e444f2 (patch)
treeb6a8c5e2eb085a48f89b36599ee7afa5f2e4a220 /mk/validate-settings.mk
parent073a9255cbe13e4dfb10b6d6090e4696453c4881 (diff)
downloadhaskell-8df3ac7096bde788e2c3bde4389a2bb6f0e444f2.tar.gz
Make a "validate --hpc"; shows how much of the compiler the testsuite tests
Currently it causes a load of ghci-debugger tests to fail and takes 63% longer.
Diffstat (limited to 'mk/validate-settings.mk')
-rw-r--r--mk/validate-settings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 2c36f87881..b49ba59a9a 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -5,7 +5,7 @@ HADDOCK_DOCS = YES
SRC_CC_OPTS = $(WERROR)
SRC_HC_OPTS = $(WERROR) -H64m -O0 -fasm
GhcStage1HcOpts = -O -fasm
-GhcStage2HcOpts = -O0 -fasm
+GhcStage2HcOpts = -O0 -fasm $(ValidateHpcFlags)
GhcLibHcOpts = -O -fasm -dcore-lint
GhcLibWays =
SplitObjs = NO