"wrappers/vscode:/vscode.git/clone" did not exist on "efa09228b8c0b05a3cb9b24cc2583e6fef74bda3"
Unverified Commit c46e6f2c authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Improve ccache messages (#120)

parent 679db04e
...@@ -70,5 +70,5 @@ function activate_ccache { ...@@ -70,5 +70,5 @@ function activate_ccache {
export PATH=$ccache_dir:$PATH export PATH=$ccache_dir:$PATH
# Prove to the developer that ccache is activated # Prove to the developer that ccache is activated
which gcc echo "Using C compiler: $(which gcc)"
} }
...@@ -348,5 +348,5 @@ function activate_ccache { ...@@ -348,5 +348,5 @@ function activate_ccache {
export CCACHE_CPP2=1 export CCACHE_CPP2=1
# Prove to the developer that ccache is activated # 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