diff --git a/ci/install-ceres-centos.sh b/ci/install-ceres-centos.sh index d6f5b97..f4ad511 100755 --- a/ci/install-ceres-centos.sh +++ b/ci/install-ceres-centos.sh @@ -12,5 +12,6 @@ git checkout ${VCPKG_COMMIT_ID} ./bootstrap-vcpkg.sh ./vcpkg install --recurse --clean-after-build \ --triplet=${VCPKG_TARGET_TRIPLET} \ + --debug \ ${DEPENDENCIES} ./vcpkg integrate install