Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在调试模式下使用计算机上的所有内核生成代码?我可以在发布模式下快速安静地生成代码,但在调试中它真的很慢。
这个问题不清楚。你的意思是你的编译在 Release 中很快,但在 Debug 中很慢?如果是这样,那么解决方案是在项目设置中为 Debug 目标设置 Enable Multiprocessor Compilation 选项。
但是如果你说你的应用程序的调试版本很慢,那么没有什么神奇的选择可以提高使用所有内核的速度——你需要设计你的应用程序以利用多个内核开始。