Skip to content
Commit 88711c0c authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Introduce PCH to improve build times

Precompile headers can help a lot in reducing build times.
This commit introduces a ENABLE_PCH option (default ON) for said reason.

With PCH:

real    2m31.554s
user    17m6.608s
sys     1m54.956s

Without PCH:

real    3m33.277s
user    24m35.704s
sys     2m9.828s
parent 3f7bc5c7
Pipeline #364362 passed with stage
in 33 minutes and 37 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment