X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=70a0e723c5b140c41dcf9599b4f48f756c3772c6;hb=ab5b8aa357c685a7c702262903bce04c66f79156;hp=78bddee6630cbd846d34e7fe905febe9a0b1bd76;hpb=d9dff2f709009b8bca9c30ac650a634df0457ae5;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 78bddee..70a0e72 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -423,8 +423,10 @@ ifeq "$(GhcEnableTablesNextToCode) $(GhcUnregisterised)" "YES NO" SRC_HC_OPTS += -DGHCI_TABLES_NEXT_TO_CODE endif +ifneq "$(GhcNotThreaded)" "YES" # Use threaded RTS with GHCi, so threads don't get blocked at the prompt. SRC_HC_OPTS += -threaded +endif ALL_DIRS += ghci