From 1860c5cff487a665177b29c6f3a6e8d104804f6f Mon Sep 17 00:00:00 2001 From: obligaron Date: Sun, 11 Jun 2023 16:56:40 +0200 Subject: [PATCH] Create config for building release with debug info in visual studio --- CMakeSettings.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CMakeSettings.json b/CMakeSettings.json index 61083f8cd..56456356e 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -75,6 +75,24 @@ } ] }, + { + "name": "x64-RelWithDebInfo", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${workspaceRoot}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "cmakeCommandArgs": "-DCPACK=ON", + "inheritEnvironments": [ "msvc_x64" ], + "intelliSenseMode": "windows-msvc-x64", + "enableClangTidyCodeAnalysis": true, + "variables": [ + { + "name": "DISCORD_INTEGRATION", + "value": "True", + "type": "BOOL" + } + ] + }, { "name": "x86-Debug", "generator": "Ninja",