We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes we don't need the debug builds and they can take 40+ minutes to compile. I would appreciate a command-line flag to disable them.
The text was updated successfully, but these errors were encountered:
This is especially important for CI builds where you might only need -rel but you have to spend time & resources waiting for -debug too.
Sorry, something went wrong.
You can use vcpkg export and then use it for CI
vcpkg export
Latest vcpkg version has VCPKG_BUILD_TYPE. See also: #143
vcpkg
VCPKG_BUILD_TYPE
No branches or pull requests
Sometimes we don't need the debug builds and they can take 40+ minutes to compile. I would appreciate a command-line flag to disable them.
The text was updated successfully, but these errors were encountered: