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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
fbdb45e4
Commit
fbdb45e4
authored
Jan 09, 2006
by
simonmar
Browse files
[project @ 2006-01-09 10:27:33 by simonmar]
Add -dcmm-lint when compiling
parent
f67794c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/config/ghc
View file @
fbdb45e4
...
...
@@ -4,7 +4,7 @@
#
config.compiler_type = 'ghc'
config.compiler = 'ghc'
config.compiler_always_flags = ['-no-recomp', '-dcore-lint']
config.compiler_always_flags = ['-no-recomp', '-dcore-lint'
, '-dcmm-lint'
]
# By default, we test the 'normal' and 'opt' ways.
# 'optasm' is added by mk/test.mk if the compiler has a native code gen,
...
...
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