From 74ef7bf547ba07832fb2443db996ac9b32934f29 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 16 Aug 2022 04:48:43 +0700 Subject: [PATCH] Add ccache.opts: CC/CXX ccache wrappers Change-Id: Ic6c5a917da688b779979959ee199b6cf8bc971a9 --- ccache.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 ccache.opts diff --git a/ccache.opts b/ccache.opts new file mode 100644 index 0000000..13dca45 --- /dev/null +++ b/ccache.opts @@ -0,0 +1 @@ +ALL CC="/usr/lib/ccache/bin/gcc" CXX="/usr/lib/ccache/bin/g++"