1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

fix(build) Remove _GLIBXX flags for Columnstore debug builds

This commit is contained in:
Leonid Fedorov
2024-07-04 14:56:51 +00:00
committed by Leonid Fedorov
parent 57e2375dbc
commit ffd7be2080
2 changed files with 7 additions and 1 deletions

View File

@ -371,7 +371,7 @@ run_unit_tests()
warn "Skipping unittests"
else
message "Running unittests"
cd $MDB_SOURCE_PATH
cd $MARIA_BUILD_PATH
${CTEST_BIN_NAME} . -R columnstore: -j $(nproc) --progress
cd - > /dev/null
fi