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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
f77d4204
Commit
f77d4204
authored
Dec 12, 2005
by
simonmar
Browse files
[project @ 2005-12-12 15:06:11 by simonmar]
Add -threaded for stage[23]
parent
b9bf4ab2
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
f77d4204
...
...
@@ -407,6 +407,9 @@ ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES"
SRC_HC_OPTS
+=
-DGHCI
-package
template-haskell
PKG_DEPENDS
+=
template-haskell
# Use threaded RTS with GHCi, so threads don't get blocked at the prompt.
SRC_HC_OPTS
+=
-threaded
ALL_DIRS
+=
ghci
# If we are going to use dynamic libraries instead of .o files for ghci,
...
...
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