We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de87b commit 1dc3385Copy full SHA for 1dc3385
.devcontainer/configure.sh
@@ -4,4 +4,5 @@ WORKSPACE_FOLDER=$1
4
cd $1
5
mkdir -p build
6
git submodule update --init --recursive
7
+ccache -o cache_dir=/root/.ccache
8
cmake --preset release-test-with-ccache-basedir -DCMAKE_EXPORT_COMPILE_COMMANDS=1
0 commit comments