Skip to content

Commit

Permalink
[Build] Turn on glibc compatibility by default for upgrading gcc10 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhg authored Mar 21, 2021
1 parent 6d27ae5 commit 029a8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if [[ -z ${WITH_MYSQL} ]]; then
WITH_MYSQL=OFF
fi
if [[ -z ${GLIBC_COMPATIBILITY} ]]; then
GLIBC_COMPATIBILITY=OFF
GLIBC_COMPATIBILITY=ON
fi
if [[ -z ${WITH_LZO} ]]; then
WITH_LZO=OFF
Expand Down
2 changes: 1 addition & 1 deletion run-be-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ ! -d ${CMAKE_BUILD_DIR} ]; then
fi

if [[ -z ${GLIBC_COMPATIBILITY} ]]; then
GLIBC_COMPATIBILITY=OFF
GLIBC_COMPATIBILITY=ON
fi

cd ${CMAKE_BUILD_DIR}
Expand Down

0 comments on commit 029a8a0

Please sign in to comment.