Closed
Description
Godot version
godot-cpp version
master
System information
github ci
Issue description
I pulled the build logs from the github ci, 🏁 Build (Windows, MSVC, CMake)
cmake command is 'cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .' but the visual studio build command has this in it: '/p:Configuration=Debug' is this a bug? I'm unfamilar with msvc
I'm submitting this so that it doesnt get lost, and can be reviewed by someone familiar with msvc
Steps to reproduce
review the ci logs
Minimal reproduction project
Release build of godot-cpp using CMake and Visual Studio