removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are dead code.
[ghc-hetmet.git] / rts / Makefile
index c310ee0..e3bc692 100644 (file)
@@ -35,6 +35,10 @@ GhcRtsHcOpts=
 GhcRtsCcOpts=-g -O0
 endif
 
+ifeq "$(BeConservative)" "YES"
+GhcRtsCcOpts += -DBE_CONSERVATIVE
+endif
+
 # -----------------------------------------------------------------------------
 
 # There's nothing for Haddock here...