Skip to content

Commit

Permalink
fixed problems with VS project file
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Dec 31, 2024
1 parent 3932b85 commit 16034dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/windows/Stella.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
<EnableASAN>false</EnableASAN>
<WholeProgramOptimization>PGUpdate</WholeProgramOptimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release PGO|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down Expand Up @@ -264,7 +264,7 @@
<CompileAs>CompileAsCpp</CompileAs>
<AssemblerOutput>NoListing</AssemblerOutput>
<AssemblerListingLocation>$(IntDir)asm\windows\%(RelativeDir)</AssemblerListingLocation>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalOptions>/w14596 %(AdditionalOptions)</AdditionalOptions>
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
</ClCompile>
Expand Down

0 comments on commit 16034dc

Please sign in to comment.