cache-storage-mode¶
Specify the mechanism used by the Dune cache for storage.
(cache-storage-mode <setting>)
where <setting> is one of:
autolets Dune decide the best mechanism to use.hardlinkuses hard links for entries in the cache. If the cache is stored in a different partition than the one where the build is taking place, then this mode will not work andcopyshould be used instead.copycopies entries to the cache. This is less efficient than using hard links.