Closed Curculigo closed 3 months ago
PCH is an optimization for build speed, unlike other optimizations like PGO or LTO that are optimizations for the final executable. PCH really helps during the development stage as it will reduce the time needed for each rebuild.
@annacrombie
PCH is an optimization for build speed, unlike other optimizations like PGO or LTO that are optimizations for the final executable. PCH really helps during the development stage as it will reduce the time needed for each rebuild.
@annacrombie