1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(build): compile commands

This commit is contained in:
Leonid Fedorov
2025-05-21 10:00:15 +00:00
committed by Leonid Fedorov
parent bab4578118
commit 37728081e1

View File

@ -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
}