fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/29092 )
Change subject: Add ccache.opts: CC/CXX ccache wrappers ......................................................................
Add ccache.opts: CC/CXX ccache wrappers
Change-Id: Ic6c5a917da688b779979959ee199b6cf8bc971a9 --- A ccache.opts 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/92/29092/1
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++"