Skip to content

Commit e1ebe52

Browse files
committed
Compile libgit2 in "Release" build type mode
1 parent 18abf68 commit e1ebe52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/build-manylinux1-wheels.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pushd "${LIBGIT2_BUILD_DIR}"
6666
# Ref https://libgit2.org/docs/guides/build-and-link/
6767
cmake28 "${LIBGIT2_CLONE_DIR}" \
6868
-DCMAKE_INSTALL_PREFIX="${LIBGIT2}" \
69+
-DCMAKE_BUILD_TYPE=Release \
6970
-DBUILD_CLAR=OFF \
7071
-DTHREADSAFE=ON
7172
cmake28 --build "${LIBGIT2_BUILD_DIR}" --target install

0 commit comments

Comments
 (0)