summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-11-17 18:04:41 +0000
committerIan Lynagh <igloo@earth.li>2011-11-17 18:04:41 +0000
commit3565a1b517fefe07572654f9d05558a9f7a1a9ba (patch)
tree9f6b12076fafd589097633d847b46565b33fcdc4 /testsuite/config
parent89fbd3c64392abc255ffd48ed98d2fd1f7443dc1 (diff)
downloadhaskell-3565a1b517fefe07572654f9d05558a9f7a1a9ba.tar.gz
Define the GHC "compiler_always_flags" in make; fixes trac #5213
We now pass the "always" flags to Makefile tests as well as python tests.
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 36f74e4935..671c8a8ae3 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -7,7 +7,7 @@ import re
#
config.compiler_type = 'ghc'
config.compiler = 'ghc'
-config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-dno-debug-output', '-no-user-package-conf', '-rtsopts']
+config.compiler_always_flags = ghc_compiler_always_flags.split()
config.hp2ps = 'hp2ps'
config.hpc = 'hpc'