Skip to content

Commit

Permalink
Set DebugInformationFormat to ProgramDatabase for Debug configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Nov 17, 2024
1 parent c7b7668 commit 0d65c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAS2D/NAS2D.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<EnablePREfast>true</EnablePREfast>
Expand All @@ -82,6 +83,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<EnablePREfast>true</EnablePREfast>
Expand Down

0 comments on commit 0d65c45

Please sign in to comment.