use precompiled header
vxcall opened this issue · 0 comments
vxcall commented
Currently the compile time is pretty slow, it can be heavily improved by precompiled header i recon.
make pch.h and pch.cpp
set pch.cpp as Create in precompiled header property
set entire project as Use and specify pch.h as precompiled header.