From d07dd5c641a59134e132e5dcf1e091123dea43da Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 9 Oct 2018 00:35:47 -0400 Subject: [PATCH] output debug info --- CMakeSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}",