From f39851e70fba0afee200da5b37fe5df45a6da88b Mon Sep 17 00:00:00 2001 From: Tyler Dunkel <40210514+tydunkel@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:35:01 -0700 Subject: [PATCH] Add Vulcan debug arguments to release builds (#293) Co-authored-by: Heath Stewart --- src/vswhere.lib/vswhere.lib.vcxproj | 1 + src/vswhere/vswhere.vcxproj | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/vswhere.lib/vswhere.lib.vcxproj b/src/vswhere.lib/vswhere.lib.vcxproj index e4ae054..3a4bba7 100644 --- a/src/vswhere.lib/vswhere.lib.vcxproj +++ b/src/vswhere.lib/vswhere.lib.vcxproj @@ -87,6 +87,7 @@ true Size Guard + /Zi %(AdditionalOptions) Windows diff --git a/src/vswhere/vswhere.vcxproj b/src/vswhere/vswhere.vcxproj index 830de9b..05d90cd 100644 --- a/src/vswhere/vswhere.vcxproj +++ b/src/vswhere/vswhere.vcxproj @@ -87,12 +87,14 @@ true Size Guard + /Zi %(AdditionalOptions) Console true true true + /DEBUG:full /DEBUGTYPE:CV,FIXUP %(AdditionalOptions) vswhere.exe.manifest