Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/55cdcc96d1e38e6fd3e2ef7727a43d1fe77e2d71 >--------------------------------------------------------------- commit 55cdcc96d1e38e6fd3e2ef7727a43d1fe77e2d71 Author: Ian Lynagh <[email protected]> Date: Tue Aug 14 18:24:01 2012 +0100 Make .t files when running haddock These files contain the "+RTS -t --machin-readable" output, so that we can spot performance regressions. >--------------------------------------------------------------- rules/haddock.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rules/haddock.mk b/rules/haddock.mk index 0fc2043..b5fc63f 100644 --- a/rules/haddock.mk +++ b/rules/haddock.mk @@ -57,7 +57,8 @@ endif $$(foreach opt,$$($1_$2_v_ALL_HC_OPTS),--optghc=$$(opt)) \ $$($1_$2_HADDOCK_FLAGS) $$($1_$2_HADDOCK_OPTS) \ $$($1_$2_HS_SRCS) \ - $$($1_$2_EXTRA_HADDOCK_SRCS) + $$($1_$2_EXTRA_HADDOCK_SRCS) \ + +RTS [email protected] --machine-readable # --no-tmp-comp-dir above is important: it saves a few minutes in a # validate. This flag lets Haddock use the pre-compiled object files _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
