diff options
author | Andy Clayton <q3aiml@gmail.com> | 2020-03-31 19:41:50 -0500 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-04-02 08:31:33 +0800 |
commit | 0703956e78d1d0352e69273295a0301586f86ca8 (patch) | |
tree | 1ed6c2e1275ee0ff4a13baed7411ec51355361f4 /src/journal.cc | |
parent | 0e613c67356f3aa75dab109552c9b2dfbd83a1e4 (diff) | |
download | fork-ledger-0703956e78d1d0352e69273295a0301586f86ca8.tar.gz fork-ledger-0703956e78d1d0352e69273295a0301586f86ca8.tar.bz2 fork-ledger-0703956e78d1d0352e69273295a0301586f86ca8.zip |
use built-in cmake precompiled header support when available
Ledger supports precompiling headers as a build speed optimization.
This is provided via a custom add_pch_rule macro. Similar functionality
is now built-in to CMake starting with the 3.16 release in November
2019. Let's use this when available to fix #1774 and start towards not
needing to maintain our own implementation.
I originally considered removing the macro fallback but in my tests it
saves enough build time that I think it is worth keeping for now.
Fixes #1774
Diffstat (limited to 'src/journal.cc')
0 files changed, 0 insertions, 0 deletions