From 6e8a4b336eeb90d130d83758d24db7e11bbecdfc Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Wed, 20 Sep 2006 18:21:54 +0000 Subject: [PATCH] Makefile comment Mon Sep 18 17:23:13 EDT 2006 Manuel M T Chakravarty * Makefile comment Sun Aug 6 21:03:20 EDT 2006 Manuel M T Chakravarty * Makefile comment Fri Aug 4 11:44:49 EDT 2006 kevind@bu.edu --- compiler/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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. -- 1.7.10.4