How do I utilise all the cores for nmake?

2019-01-21 10:40发布

I just got a new quad core computer and noticed that nmake is only using 1 process.

I used to use make which had the switch -j4 for launching 4 processes. What is the nmake equivalent?

[edit] Based on the information below I have been able to add a command to my qmake project file:

QMAKE_CXXFLAGS += /MP

Which effectively did it for me. Many thanks.

7条回答
We Are One
2楼-- · 2019-01-21 11:25

QT have tool supposed for this http://qt.gitorious.org/qt-labs/jom

查看更多
登录 后发表回答