Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kram - turn on precompiled pch for libkram build for Xcode
KramPrefix.pch is only including KramConfig.h for now. Still need to enable in Cmake for Win build. I also ran Aras's build analysis tool on the json output of -ftime-trace. It reported 11s vs 78s of parsing time. That may be spread across the 6+2 cores on my machine. Here are M1 (6/2) timings for PCH vs. not from Xcode build timings. Debug (arm64) 7s vs. 16s Release (arm64+x64) 33s vs. 44s.
- Loading branch information