Skip to content

Commit

Permalink
Update doomretro.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 21, 2024
1 parent 2b6034b commit feaf905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msvc/doomretro.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DebugInformationFormat>None</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<WholeProgramOptimization>true</WholeProgramOptimization>
Expand All @@ -287,10 +287,10 @@
<Link>
<AdditionalDependencies>SDL2.lib;SDL2_mixer.lib;SDL2_image.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)doomretro.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<EnableCOMDATFolding>false</EnableCOMDATFolding>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TurnOffAssemblyGeneration>false</TurnOffAssemblyGeneration>
Expand Down

0 comments on commit feaf905

Please sign in to comment.