1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-30 07:25:34 +03:00

chore(build): suppress warning from boost, dump boost build to file(/dev/null mostly) for columnstore maintaiers

This commit is contained in:
Leonid Fedorov
2025-08-21 12:34:22 +00:00
committed by Leonid Fedorov
parent e3af51f3b3
commit 14d5bddec0
2 changed files with 7 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ set(FLAGS_ALL
-msse4.2
-DHAVE_CONFIG_H
-DBOOST_BIND_GLOBAL_PLACEHOLDERS
-Wno-suggest-override
)
if(COLUMNSTORE_WITH_LIBCPP)
list(APPEND FLAGS_ALL -stdlib=libc++)