mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 17:28:11 +08:00
453ffa5aad
* Speed up the gdal build by using all available cores for make. * Also build the debug build with all cores. * Addresses the review comments. Use VCPKG_CONCURRENCY so the normal vcpkg concurrency controls apply. Use vcpkg_execute_build_process and NO_PARALLEL_COMMAND which allows for builds to be retried in some cases where parallel builds might fail.