diff --git a/CMakeSettings.json b/CMakeSettings.json index b4ac618..db378f7 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -15,7 +15,7 @@ { "name": "x86-Release", "generator": "Ninja", - "configurationType": "Release", + "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_x86" ], "buildRoot": "${workspaceRoot}\\Builds\\${name}", "installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", @@ -37,7 +37,7 @@ { "name": "x64-Release", "generator": "Ninja", - "configurationType": "Release", + "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_x64" ], "buildRoot": "${workspaceRoot}\\Builds\\${name}", "installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",