You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Disable ISPC when running PVS Studio.
#ROBOMERGE-SOURCE: CL 7887380 via CL 7916177 #ROBOMERGE-BOT: (v389-7813075) [CL 7916385 by ben marsh in Main branch]
This commit is contained in:
@@ -8,7 +8,7 @@ public class IntelISPC : ModuleRules
|
||||
{
|
||||
Type = ModuleType.External;
|
||||
|
||||
if ( (Target.Platform == UnrealTargetPlatform.Win64) || (Target.Platform == UnrealTargetPlatform.Win32) )
|
||||
if ( ( Target.Platform == UnrealTargetPlatform.Win64 || Target.Platform == UnrealTargetPlatform.Win32 ) && Target.WindowsPlatform.StaticAnalyzer != WindowsStaticAnalyzer.PVSStudio )
|
||||
{
|
||||
PublicDefinitions.Add("INTEL_ISPC=1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user