faster_pch_gen

Controls the performance of precompiled header generation.

Syntax

#pragma faster_pch_gen on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, generating a precompiled header can be much faster, depending on the header structure. However, it can also be slightly larger.

This pragma does not correspond to any panel setting. To check this setting, use the __option (faster_pch_gen), described in Checking Settings. The default setting is off.