# # A fast C/C++ compiler cache. # # Ccache is a compiler cache. It speeds up recompilation by caching # previous compilations and detecting when the same compilation is # being done again. Ccache is free software, released under the # GNU General Public License version 3 or later. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=ccache pkgversion=4.7.4 arch=amd64 release=1 pkgcategory="devel" full_pkgname=ccache_4.7.4_amd64-1@devel blurb="A fast C/C++ compiler cache." homepage="https://ccache.dev/" license="GPLv3+, LGPLv3+" fetch="https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4.tar.gz" replace=""