Skip to content

Commit

Permalink
deprecated method in mariadbpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Jan 17, 2024
1 parent ce939ec commit b459f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
Expand Down

0 comments on commit b459f2a

Please sign in to comment.