Closed
Description
Windows Search Indexer can spend significant time interrupting project builds. This is mostly a problem on older computers with slower hard drives, but can be measurable on all systems.
Unchecking the "allow files in this folder to have contents indexed" seams to help. (on cmd attrib +I target
) There may be other setting that can also help. Can Cargo programmatically check that flag when it crates target
?