X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=2b5252a5befc8cbd33fa3b9783a268d2333d2e0c;hb=9d7da331989abcd1844e9d03b8d1e4163796fa85;hp=4920e16a0c561c41abe498087b107a1b74f150b0;hpb=2a2efb720c0fdc06fe749f96f284b00b30f8f3f7;p=ghc-hetmet.git diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 4920e16..2b5252a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -408,7 +408,7 @@ 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. -SRC_HC_OPTS += -threaded +# SRC_HC_OPTS += -threaded ALL_DIRS += ghci