mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-21 08:00:37 +01:00
build: Define _SCL_SECURE_NO_WARNINGS for debug mode
Partly fix build for Debug configurations.
This commit is contained in:
parent
72375d9e3d
commit
c4dab6e644
|
|
@ -8,6 +8,7 @@
|
|||
<PropertyGroup />
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Reference in a new issue