diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-10-20 11:14:10 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-10-20 11:14:10 +0000 |
commit | 177b55f11e3d01d4141fd1efa8a90c58e79e10b4 (patch) | |
tree | 1871cbfa0e2cfb73c9abd25cad8beb745a10c14b /compiler/Makefile | |
parent | cd22cec99074fe9a4005c8d7b2de227fca285798 (diff) | |
download | haskell-177b55f11e3d01d4141fd1efa8a90c58e79e10b4.tar.gz |
Run Haddock with compacting GC and show RTS statistics.
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index adf6aeb424..7ca001a3ed 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: |