Skip to content

Commit

Permalink
change optimization level
Browse files Browse the repository at this point in the history
  • Loading branch information
astrowander committed Feb 3, 2024
1 parent 5ac45d6 commit 5537f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AstroCombiner.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@
<LanguageStandard>stdcpp20</LanguageStandard>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<DisableSpecificWarnings>4251;4244</DisableSpecificWarnings>
<DebugInformationFormat>None</DebugInformationFormat>
<Optimization>Full</Optimization>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 5537f64

Please sign in to comment.