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

libstdc++ in CI

This commit is contained in:
Leonid Fedorov
2025-07-14 18:48:52 +00:00
parent 19549d5a40
commit 1be8b08dc8
7 changed files with 22 additions and 17 deletions

View File

@@ -59,6 +59,9 @@ set(FLAGS_ALL
-DHAVE_CONFIG_H
-DBOOST_BIND_GLOBAL_PLACEHOLDERS
)
if(COLUMNSTORE_WITH_LIBCPP)
list(APPEND FLAGS_ALL -stdlib=libc++)
endif()
set(FLAGS_RELEASE -O3 -DDBUG_OFF)