How do I get Windows to go as fast as Linux for compiling C++?

后端 未结 13 1031
生来不讨喜
生来不讨喜 2020-12-22 15:14

I know this is not so much a programming question but it is relevant.

I work on a fairly large cross platform project. On Windows I use VC++ 2008. On Linux I use gcc

13条回答
  •  太阳男子
    2020-12-22 15:49

    I recently could archive an other way to speed up compilation by about 10% on Windows using Gnu make by replacing the mingw bash.exe with the version from win-bash

    (The win-bash is not very comfortable regarding interactive editing.)

提交回复
热议问题