Revision 5aa1a657cdd01d2f1c02903ed94f69da602ac0ec authored by Steven Johnson on 16 March 2021, 03:16:33 UTC, committed by GitHub on 16 March 2021, 03:16:33 UTC
* Add Halide_CCACHE_BUILD option for CMake

This replicates the approach LLVM already has of baking a use-cache option directly into the CMake options, without having to futz with changing CC/CXX/etc.

* Update CMakeLists.txt

* Add CCACHE_SLOPPINESS=pch_defines,time_macros

* Update CMakeLists.txt
1 parent b061a32
History
File Mode Size
AddCudaToTarget.cmake -rw-r--r-- 1.6 KB
BundleStatic.cmake -rw-r--r-- 7.7 KB
CheckFilesExist.cmake -rw-r--r-- 455 bytes
HalideGeneratorHelpers.cmake -rw-r--r-- 14.2 KB
HalideTargetHelpers.cmake -rw-r--r-- 2.2 KB
HalideTestHelpers.cmake -rw-r--r-- 3.3 KB
MakeShellPath.cmake -rw-r--r-- 350 bytes
TargetExportScript.cmake -rw-r--r-- 2.2 KB
WipeStandardFlags.cmake -rw-r--r-- 702 bytes
toolchain.linux-aarch64.cmake -rw-r--r-- 504 bytes
toolchain.linux-arm32.cmake -rw-r--r-- 1.3 KB
toolchain.linux-i386.cmake -rw-r--r-- 612 bytes

back to top