From 6d1d5ff33af691387ebd872da3a0d5585f96c03f Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:17:23 +0300 Subject: [PATCH] Add RelWithDebInfo configuration. --- CMakePresets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 38ca303..6bd632e 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -39,6 +39,14 @@ } } }, + { + "name": "x64-Clang-RelWithDebInfo", + "displayName": "RelWithDebInfo", + "inherits": "x64-Clang-Debug", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "RelWithDebInfo" + } + }, { "name": "x64-Clang-Release", "displayName": "Release",