You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(build): compile commands
This commit is contained in:
committed by
Leonid Fedorov
parent
bab4578118
commit
37728081e1
@ -434,6 +434,9 @@ build_binary() {
|
|||||||
message "Installing silently" &&
|
message "Installing silently" &&
|
||||||
${CMAKE_BIN_NAME} --install "$MARIA_BUILD_PATH" | spinner 30
|
${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
|
check_errorcode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user