From b457b3d19adf841bbbac0ca2f969c6e0904d69e3 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sun, 29 Oct 2023 12:13:39 -0400 Subject: [PATCH] Added release with debug info configuration for VS --- CMakeSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CMakeSettings.json b/CMakeSettings.json index b708b7c..2235809 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -21,6 +21,18 @@ "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64" ] + }, + { + "name": "x64-ReleaseWithDebInfo", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ "clang_cl_x64" ], + "variables": [] } ] } \ No newline at end of file