Skip to content

Commit

Permalink
Add Vulcan debug arguments to release builds (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Heath Stewart <heaths@microsoft.com>
  • Loading branch information
tydunkel and heaths committed Jun 28, 2023
1 parent b238e44 commit f39851e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vswhere.lib/vswhere.lib.vcxproj
Expand Up @@ -87,6 +87,7 @@
<SDLCheck>true</SDLCheck>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
2 changes: 2 additions & 0 deletions src/vswhere/vswhere.vcxproj
Expand Up @@ -87,12 +87,14 @@
<SDLCheck>true</SDLCheck>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalOptions>/DEBUG:full /DEBUGTYPE:CV,FIXUP %(AdditionalOptions)</AdditionalOptions>
</Link>
<Manifest>
<AdditionalManifestFiles>vswhere.exe.manifest</AdditionalManifestFiles>
Expand Down

0 comments on commit f39851e

Please sign in to comment.