Skip to content
GitLab
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
a888792c
Commit
a888792c
authored
Apr 06, 2006
by
David Himmelstrup
Browse files
Don't build GHC with breakpoint support by default.
parent
31751cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
a888792c
...
...
@@ -406,7 +406,7 @@ endif
ifeq
"$(GhcWithInterpreter) $(bootstrapped)" "YES YES"
# Yes, include the interepreter, readline, and Template Haskell extensions
SRC_HC_OPTS
+=
-DGHCI
-DBREAKPOINT
-package
template-haskell
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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