X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMakefile;h=e3bc692d5f08ee02a72b2896a4cca003addf755e;hb=066f10289f9711a0f6d0669aea97e134f1be2826;hp=c13e49c903f6827ec1fc97e6853180a51b3c7803;hpb=6fa4feaf2979419a6f6153ffa80c22a28f2f654f;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index c13e49c..e3bc692 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -35,6 +35,15 @@ GhcRtsHcOpts= GhcRtsCcOpts=-g -O0 endif +ifeq "$(BeConservative)" "YES" +GhcRtsCcOpts += -DBE_CONSERVATIVE +endif + +# ----------------------------------------------------------------------------- + +# There's nothing for Haddock here... +override HADDOCK_DOCS = NO + # ----------------------------------------------------------------------------- # Tells the build system not to add various Haskellish options to $(SRC_HC_OPTS)