Skip to content

Commit 1112d9d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [CMake] enable debugging capabilities.
1 parent 5d04032 commit 1112d9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
{
66
"name": "debug",
77
"cacheVariables": {
8-
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
8+
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
9+
"CMAKE_BUILD_TYPE": "Debug"
910
},
1011
"generator": "Unix Makefiles",
1112
"binaryDir": "${sourceDir}/build/default"

0 commit comments

Comments
 (0)