diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-17 18:04:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-17 18:04:41 +0000 |
commit | 3565a1b517fefe07572654f9d05558a9f7a1a9ba (patch) | |
tree | 9f6b12076fafd589097633d847b46565b33fcdc4 /testsuite/config/ghc | |
parent | 89fbd3c64392abc255ffd48ed98d2fd1f7443dc1 (diff) | |
download | haskell-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/ghc')
-rw-r--r-- | testsuite/config/ghc | 2 |
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' |