frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
325 stars 83 forks source link

Nothing built when disabling TrackFileAccess. #308

Open Hyperlynx2 opened 6 years ago

Hyperlynx2 commented 6 years ago

If I do not disable TrackFileAccess in my project file, I get FTK1011 could not create the new file tracking log file: <path>\CL-python-cl_original.read.1.tlog. The file exists. I also get a huge amount of cache misses, and the build takes forever.

If I do disable TrackFileAccess, I get ========== Build: 0 succeeded, 0 failed, # up-to-date, 0 skipped ========== in the logs and nothing built, even though I changed stuff in the files, and clcache is not even invoked.