Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fda4bdfd
Commit
fda4bdfd
authored
Aug 26, 2002
by
simonmar
Browse files
[project @ 2002-08-26 09:11:44 by simonmar]
Don't enable the optasm way by default
parent
c5b901fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/config/ghc
View file @
fda4bdfd
...
...
@@ -6,8 +6,11 @@ config.compiler_type = 'ghc'
config.compiler = 'ghc'
config.compiler_always_flags = ['-no-recomp', '-dcore-lint']
config.compile_ways = ['normal', 'opt', 'optasm']
config.run_ways = ['normal', 'opt', 'optasm']
# By default, we test the 'normal' and 'opt' ways.
# 'optasm' is added by mk/test.mk if the compiler has a native code gen,
# 'prof' is added by mk/test.mk if the profiling way is enabled.
config.compile_ways = ['normal', 'opt']
config.run_ways = ['normal', 'opt']
config.way_flags = { 'normal' : [],
'opt' : ['-O'],
...
...
Write
Preview
Markdown
is supported
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