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

configuration variable cmake.initialBuildType is without effect #24

Closed
MinnieTheMoocher opened this issue Sep 16, 2016 · 3 comments
Closed
Labels
bug a bug in the product

Comments

@MinnieTheMoocher
Copy link

MinnieTheMoocher commented Sep 16, 2016

I currently tried to change the configuration variable
"cmake.initialBuildType": "Debug"
to
"cmake.initialBuildType": "Release"
in my VSCode user settings.

However, doing that had no effect. Still "Debug" was built when doing a clean build,
i.e., first deleting the build results folder, then running CMake: configure

Expected:
The commandline supplied to cmake should have contained the option
-DCMAKE_BUILD_TYPE=Release

@vector-of-bool
Copy link
Contributor

What CMake generator were you using?

@vector-of-bool vector-of-bool added the bug a bug in the product label Sep 16, 2016
@vector-of-bool
Copy link
Contributor

This should be fixed in the 0.4.0 release. Could you check?

@MinnieTheMoocher
Copy link
Author

confirmed. bug is gone with 0.4.0

@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug a bug in the product
Projects
None yet
Development

No branches or pull requests

2 participants