CHANGES:
Fixed
-
When a library declares
(no_dynlink)
, then the.cmxs
file for it
is no longer built. (#11176, @nojb) -
Fix bug that could result in corrupted file copies by Dune, for example when
using thecopy_files#
stanza or thecopy#
action. (@nojb, #11194, fixes
#11193) -
Remove useless error message when running
$ dune subst
in empty projects.
(@rgrinberg, #11204, fixes #11200)