muon-build/muon

Support precompiled header

Closed this issue · 0 comments

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