Skip to content
New issue

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

allow skipping building debug builds in vcpkg tree #3

Closed
mcgoo opened this issue Feb 2, 2021 · 1 comment
Closed

allow skipping building debug builds in vcpkg tree #3

mcgoo opened this issue Feb 2, 2021 · 1 comment

Comments

@mcgoo
Copy link
Owner

mcgoo commented Feb 2, 2021

No description provided.

@waych
Copy link
Collaborator

waych commented Nov 11, 2022

This is now possible using a bit of configuration on the part of the crate using cargo-vcpkg. By specifying ones own triplet files for vcpkg, one can define and use triplets that only include either release, or debug builds as part of the triplet build. See #4 for an example.

Seeing as this sort of configuration constricts upstream builds to exclusively debug or release, it seems inappropriate to try to support the functionality directly in this crate (for loss of generality using the overlay triplet solution).

@waych waych closed this as completed Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants