Skip to content

Commit

Permalink
Merge pull request #79606 from akrieger/less_magic
Browse files Browse the repository at this point in the history
Disable more debug mode msvc flags
  • Loading branch information
Maleclypse authored Feb 9, 2025
2 parents 4fb5f14 + 6bf34c0 commit e29cbff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msvc-full-features/Cataclysm-common.props
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
<DisableSpecificWarnings>4661;4819;4146;26495;26444;26451;4068;6319;6237</DisableSpecificWarnings>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;LOCALIZE;USE_VCPKG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<SupportJustMyCode>false</SupportJustMyCode>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<ClCompile Condition="$(Configuration.StartsWith(Debug))">
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down

0 comments on commit e29cbff

Please sign in to comment.