mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
MSVC: add /UndefIntOverflow-
This commit is contained in:
@@ -18,4 +18,10 @@
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemDefinitionGroup Condition="'$(PlatformToolsetVersion)' >= '143'">
|
||||
<ClCompile>
|
||||
<AdditionalOptions>/UndefIntOverflow- %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user