summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemmih <lemmih@gmail.com>2006-04-06 18:27:24 +0000
committerLemmih <lemmih@gmail.com>2006-04-06 18:27:24 +0000
commita888792cd6eaad3f8850d72dc7b958db5bccf521 (patch)
tree5f518e78cb6be646e1189769fde96304125e3a54
parent31751ccacc24ebe5d15a0af84b10dc612d455440 (diff)
downloadhaskell-a888792cd6eaad3f8850d72dc7b958db5bccf521.tar.gz
Don't build GHC with breakpoint support by default.
-rw-r--r--ghc/compiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index b17df47717..c1819f2cd2 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -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.