Controls the performance of precompiled header generation.
#pragma faster_pch_gen on | off | reset
If you enable this pragma, generating a precompiled header can be much faster, depending on the header structure. However, the precompiled file can also be slightly larger.
This pragma does not correspond to any panel setting. By default, this setting is off .