deprecated method in mariadbpp

This commit is contained in:
pentarctagon 2024-01-15 17:27:46 -06:00 committed by Pentarctagon
parent 453dbc685f
commit e521b6414f

View file

@ -80,7 +80,7 @@ jobs:
build() {
ldconfig
scons "$@" build="$CFG" ctool="$CC" cxxtool="$CXX" cxx_std="$CXX_STD" \
extra_flags_config="-pipe" strict=true forum_user_handler=true \
extra_flags_config="-pipe" strict=false forum_user_handler=true \
nls=false enable_lto="$LTO" force_color=true jobs=2 --debug=time \
glibcxx_debug=true glibcxx_assertions=true
}
@ -94,7 +94,7 @@ jobs:
build() {
ldconfig
cmake "$@" -DCMAKE_BUILD_TYPE="$CFG" -DCXX_STD="$CXX_STD" \
-DEXTRA_FLAGS_CONFIG="-pipe" -DENABLE_STRICT_COMPILATION=true -DENABLE_MYSQL=true \
-DEXTRA_FLAGS_CONFIG="-pipe" -DENABLE_STRICT_COMPILATION=false -DENABLE_MYSQL=true \
-DENABLE_NLS=false -DENABLE_LTO="$LTO" -DFORCE_COLOR_OUTPUT=true -DLTO_JOBS=2 .
}
rm -R /usr/local/lib/cmake