X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMakefile;h=e3bc692d5f08ee02a72b2896a4cca003addf755e;hb=0578dfbc6a7eefd85ba4e6a4ad23d101060d86c3;hp=c310ee07249e5963952b9413a1badaf09e0e46b9;hpb=a61629589f42ec2c08ad177ff24eaf53682dfb63;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index c310ee0..e3bc692 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -35,6 +35,10 @@ GhcRtsHcOpts= GhcRtsCcOpts=-g -O0 endif +ifeq "$(BeConservative)" "YES" +GhcRtsCcOpts += -DBE_CONSERVATIVE +endif + # ----------------------------------------------------------------------------- # There's nothing for Haddock here...