From: Thomas Schilling Date: Mon, 20 Oct 2008 11:14:10 +0000 (+0000) Subject: Run Haddock with compacting GC and show RTS statistics. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=177b55f11e3d01d4141fd1efa8a90c58e79e10b4 Run Haddock with compacting GC and show RTS statistics. --- diff --git a/compiler/Makefile b/compiler/Makefile index adf6aeb..7ca001a 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -213,6 +213,7 @@ build.stage.%: doc.stage.%: $(CABAL) haddock --distpref dist-stage$* \ --haddock-option=--optghc=-DSTAGE=$* \ + --haddock-option=+RTS --haddock-option=-s --haddock-option=-c --haddock-option=-RTS \ --with-haddock=$(FPTOOLS_TOP_ABS)/utils/haddock/install-inplace/bin/haddock install: