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 43ffd1b commit d46ea9cCopy full SHA for d46ea9c
generate_compilation_db.sh
@@ -12,4 +12,5 @@ sed -i.bak "s@__EXEC_ROOT__@${execroot}@" "${outfile}"
12
echo "Compilation Database: ${outfile}"
13
14
workspace="$(bazel info workspace)"
15
+rm -rf "${workspace}/compile_commands.json"
16
ln -s "${outfile}" "${workspace}"
0 commit comments