Skip to content

Commit

Permalink
Revert "Set DebugInformationFormat to ProgramDatabase for Debug
Browse files Browse the repository at this point in the history
… configs"

This reverts commit 0d65c45.
  • Loading branch information
DanRStevens committed Nov 17, 2024
1 parent 368bffd commit c67e015
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NAS2D/NAS2D.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<EnablePREfast>true</EnablePREfast>
Expand All @@ -83,7 +82,6 @@
<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 c67e015

Please sign in to comment.