Release building on Windows does not work for me #110
Replies: 2 comments 1 reply
-
You didn't configure the project as instructed. By default, there are
See the generated It is also unnecessary to enter a |
Beta Was this translation helpful? Give feedback.
-
Yes, that does build a developer build, but I'm trying to follow the instructions in |
Beta Was this translation helpful? Give feedback.
-
I've been having issues building my project, and I'm not sure if something's gone wrong with my environment recently to cause this.
Even with a dead simple repro, I have no luck.
Developer Command Prompt for VS 2022
cd ....../code
cmake-init will_it_build
with most variables set to default, C++ standard 20, executable, clang-tidy and cppcheck both added to preset.cd will_it_build
If you need any more information, please let me know.
Building in dev mode works just fine, with vcpkg installing dependencies and everything. The VCPKG_ROOT environment variable is set and valid.
At the moment, I've settled for building release builds in the dev preset, which doesn't seem correct.
Beta Was this translation helpful? Give feedback.
All reactions