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
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top