Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dune] Add "quick" and "check" targets for fast builds.
In coq#8900 a quicker build target is requested, this PR does provide targets towards that goal. - `check`, introduced in Dune 1.5.0, will build all ml files in a fast way, - `quick{byte,opt}`, does build a set of relevant hand-picked targets. Further improvements could come from having `coq_dune` use `coqtop.byte` when appropriate, taking advantage from ocaml/dune#1073, and not generating rules for `.vo` files.
- Loading branch information