And that is only thing I absolutely refuse. Not a single included
header file should ever be removed from any source because of some
pch.h.

Nothing will be more portable.

How about adding

#ifdef _USE_PCH
#include <pch.h>
#endif

and change --include=pch.h  to -D_USE_PCH?

Bo

Reply via email to