Commit 6093d319 authored by xoviat's avatar xoviat
Browse files

Improve ccache messages (#120)

parent 27804374
......@@ -70,5 +70,5 @@ function activate_ccache {
export PATH=$ccache_dir:$PATH
# Prove to the developer that ccache is activated
which gcc
echo "Using C compiler: $(which gcc)"
}
......@@ -348,5 +348,5 @@ function activate_ccache {
export CCACHE_CPP2=1
# Prove to the developer that ccache is activated
which clang
echo "Using C compiler: $(which clang)"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment