:step does not delete the :history anymore, and now it logs like :trace
[ghc-hetmet.git] / compiler / Makefile.ghcbin
index 0e3ce12..4008f25 100644 (file)
@@ -37,10 +37,11 @@ endif
 
 endif
 
-ifneq "$(findstring thr, $(GhcRTSWays))" ""
-ifneq "$(GhcNotThreaded)" "YES"
+ifeq "$(GhcThreaded)" "YES"
 SRC_HC_OPTS += -threaded
 endif
+ifeq "$(GhcProfiled)" "YES"
+SRC_HC_OPTS += -prof
 endif
 
 odir=stage$(stage)