Skip to content

Commit 22788b0

Browse files
committed
(win32) speed up compilation by increasing CPU utilization of nmake
on a specific machine and a specific (private) project based off of this github template, adding this cl.exe/nmake setting increased CPU usage from 30% to 100% as observed in Task Manager's Performance tab
1 parent 69d9dfa commit 22788b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows.pri

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ win32 {
1414
/EHs \
1515
/Gy \
1616
/FC \
17+
/MP \
1718
/W4 \
1819
/Wall \
1920
/WX \

0 commit comments

Comments
 (0)