Closed illwieckz closed 5 months ago
It's a bad idea to enable /Wall
, it expands the MSVC build time from 2 min 30 to 8 min 30… Probably just because of the time it spends to prints all the warning lines… It's longer than a full Dæmon engine build!
And this is for only one job, there are two of them…
I implemented /W4
instead of /Wall
.
Closed in favor of:
Enable
/MP
and/W4
on MSVC.