Closed
requested to merge github/fork/shybovycha/enhancement/precompiled-header-support-for-windows into master
Created by: shybovycha
As the summary says. Checked on Windows 10 with Visual Studio / C++ 2017 compiler.
TODO: is it worth using /Yc
and /Yu
together with /Fp[PCH filename]
rather than relying on the default PCH path?