Skip to content

Commit

Permalink
Use BoringSSL in release build (#6000)
Browse files Browse the repository at this point in the history
close #5953
  • Loading branch information
lidezhu committed Sep 23, 2022
1 parent d39cb7b commit ca8f97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-centos7-llvm/scripts/build-tiflash-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cmake -S "${SRCPATH}" \
-DJEMALLOC_NARENAS=${JEMALLOC_NARENAS} \
-Wno-dev \
-DUSE_CCACHE=OFF \
-DUSE_INTERNAL_SSL_LIBRARY=OFF \
-DUSE_INTERNAL_SSL_LIBRARY=ON \
-DRUN_HAVE_STD_REGEX=0 \
-DENABLE_THINLTO=${ENABLE_THINLTO} \
-DTHINLTO_JOBS=${NPROC} \
Expand Down
2 changes: 1 addition & 1 deletion release-darwin/build/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rm -rf $build_dir && mkdir -p $build_dir && cd $build_dir

cmake "$SRCPATH" \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
-DUSE_INTERNAL_SSL_LIBRARY=OFF \
-DUSE_INTERNAL_SSL_LIBRARY=ON \
-Wno-dev \
-DNO_WERROR=ON

Expand Down

0 comments on commit ca8f97d

Please sign in to comment.