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
e8d20509
Commit
e8d20509
authored
Jun 11, 2008
by
Ian Lynagh
Browse files
Pass --threads rather than --thread
parent
6a137efe
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
e8d20509
...
...
@@ -90,7 +90,7 @@ RUNTEST_OPTS += -e ghc_with_smp=0
endif
ifneq
"$(THREADS)" ""
RUNTEST_OPTS
+=
--thread
=
$(THREADS)
RUNTEST_OPTS
+=
--thread
s
=
$(THREADS)
else
USETHREADS
=
0
endif
...
...
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