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