Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 530

Log rules executed by Dune

$
0
0

Hi.

Dune has several options related to benchmarking the build steps of a project:

--always-show-command-line
--trace-file
--verbose
and dune rules <target> for seeing what rules are relevant for target.

To my knowledge, none of these will show what rules are actually evaluated. Does anyone know of a way to get the complete list of all rules evaluated? The trace file seems to only register the number of rules evaluated.

Thank you.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 530

Trending Articles