Closed
Description
For some reason, whenever I run vcbuild test nosign
, msbuild decides to rebuild node_javascript.cc and subsequently re-link node.lib, which for some reason takes several minutes on a Core i7 machine (many times longer than in Visual Studio). This behavior has been observed on two different machines.
I'm going to attempt to figure out what's causing this and how to fix it, but perhaps someone can give me some pointers.
In case it matters, I'm using Visual Studio Express 2013 for Windows Desktop.
/cc @piscisaureus @rvagg