We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18abf68 commit e1ebe52Copy full SHA for e1ebe52
travis/build-manylinux1-wheels.sh
@@ -66,6 +66,7 @@ pushd "${LIBGIT2_BUILD_DIR}"
66
# Ref https://libgit2.org/docs/guides/build-and-link/
67
cmake28 "${LIBGIT2_CLONE_DIR}" \
68
-DCMAKE_INSTALL_PREFIX="${LIBGIT2}" \
69
+ -DCMAKE_BUILD_TYPE=Release \
70
-DBUILD_CLAR=OFF \
71
-DTHREADSAFE=ON
72
cmake28 --build "${LIBGIT2_BUILD_DIR}" --target install
0 commit comments