X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=c2cf2257ebaa4bcaaa086a23770b059d442b6a23;hb=27ca67931713c36f5ed248de88298416892e5649;hp=e81ccfb230a5a143ec3b79b90b9f0aa1ef5c2482;hpb=6fcf90065dc4e75b7dc6bbf238a9891a71ae5a86;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index e81ccfb..c2cf225 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -412,6 +412,8 @@ ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions SRC_HC_OPTS += -DGHCI -package template-haskell +# -DBREAKPOINT causes a loop in stage2 +# SRC_HC_OPTS += -DGHCI -DBREAKPOINT -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.