message no. 74976
Posted by metastableB in #github at 2015-01-24T02:29:54Z
I dont quite understand incremental compilers but as much as I gather , the cache for a build is used to map the changed files and then only rebuild them on subsequent builds after the first one ? Now I have two different branches I'm working on , modifying some code in the same file. When I shift from one branch to another and build again scons throws me errors since the cache at this point informations relating to the previous branch . Consider