Fix release configurations

This commit is contained in:
Simon Lübeß
2026-08-02 12:33:54 +02:00
parent c56db0f069
commit 85b3fd5bc9
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -61,11 +61,13 @@
"buildPresets": [
{
"name": "x64-debug",
"configurePreset": "x64-debug"
"configurePreset": "x64-debug",
"configuration": "Debug"
},
{
"name": "x64-release",
"configurePreset": "x64-release"
"configurePreset": "x64-release",
"configuration": "Release"
}
]
}