From: Lemmih Date: Thu, 6 Apr 2006 18:27:24 +0000 (+0000) Subject: Don't build GHC with breakpoint support by default. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a888792cd6eaad3f8850d72dc7b958db5bccf521;p=ghc-hetmet.git Don't build GHC with breakpoint support by default. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index b17df47..c1819f2 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.