Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f795cf45
Commit
f795cf45
authored
Jun 03, 2008
by
Simon Marlow
Browse files
Pass -dno-debug-output to GHC>=6.9
Allow the testsuite to be run with a DEBUG compiler
parent
2debd595
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/config/ghc
View file @
f795cf45
...
...
@@ -104,3 +104,6 @@ def get_compiler_info():
and ghc_with_profiling == 1 \
and ghc_with_threaded_rts == 1:
config.run_ways.append('profthreaded')
if version_ge(config.compiler_version, '6.9'):
config.compiler_always_flags.append('-dno-debug-output')
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment