Skip to content
Snippets Groups Projects
Commit 1d1062e9 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Make .t files when running haddock

These files contain the "+RTS -t --machin-readable" output, so that
we can spot performance regressions.
parent 221df3f9
No related branches found
No related tags found
No related merge requests found
......@@ -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 -t$$@.t --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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment