Skip to content

Commit 075c9e3

Browse files
committed
Remove vcpkg --debug option.
1 parent 1f1f1f8 commit 075c9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if test "x$VCPKG_TRIPLET" != "x" ; then
9292
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
9393
fi
9494

95-
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET --debug
95+
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET
9696

9797
VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET
9898
AC_SUBST(VCPKG_INSTALLED)

0 commit comments

Comments
 (0)