Version
3.5-2181
Branch
comex-pch
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
e1994c64d34889baaf6004d46dc6a3855a43c159
Change author
comex
Change description
Initial precompiled header implementation - hidden behind a flag for now.

God, I hate cmake.

As expected, using PCH significantly speeds up compilation.  This
implementation sacrifices correctness for speed - see Source/CMakeLists.txt.
If you don't like that, don't use PCH :)