osmo-dev/ccache.opts

3 lines
174 B
Plaintext
Raw Permalink Normal View History

# Find the ccache wrapper in /usr/lib/ccache and /usr/lib/ccache/bin
ALL CC="$(find /usr/lib/ccache -name gcc | head -n1)" CXX="$(find /usr/lib/ccache -name g++ | head -n1)"