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

后端 未结 13 941
生来不讨喜
生来不讨喜 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:48

    NTFS saves file access time everytime. You can try disabling it: "fsutil behavior set disablelastaccess 1" (restart)

提交回复
热议问题