From 37728081e13913e84c9de0ee9f09c8b1b39eba85 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Wed, 21 May 2025 10:00:15 +0000 Subject: [PATCH] chore(build): compile commands --- build/bootstrap_mcs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index dcc66204b..aa444dd1b 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -434,6 +434,9 @@ build_binary() { message "Installing silently" && ${CMAKE_BIN_NAME} --install "$MARIA_BUILD_PATH" | spinner 30 + message "Adding symbol link to compile_commands.json to the source root" + ln -sf "$MARIA_BUILD_PATH/compile_commands.json" "$MDB_SOURCE_PATH" + check_errorcode }