4 ms·
Please, no. My experience with the scons build cache is that it exists solely to introduce mysterious compile failures when the cache is out of sync. Eventually
by Mordak 7y ago
Please, no. My experience with the scons build cache is that it exists solely to introduce mysterious compile failures when the cache is out of sync. Eventually you get so distrustful of it that you end up just blowing away the cache as a matter of course.
- chadaustin 7y agoThat usually means your build graph and target signatures are incomplete and you need to figure out where you have a dependency that you haven’t told SCons about.
- ncmncm 7y agoExactly. Another way to say this is that if you have an incomplete build graph or target signatures, you will find out from your mysteriously corrupt build output.