You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[UBT]
* Disable box for pgo optimized msvc link actions [CL 28264489 by henrik karlsson in ue5-main branch]
This commit is contained in:
@@ -2601,6 +2601,11 @@ namespace UnrealBuildTool
|
||||
LinkAction.bCanExecuteRemotely = true;
|
||||
}
|
||||
|
||||
if (LinkEnvironment.bPGOOptimize)
|
||||
{
|
||||
LinkAction.bCanExecuteInBox = false; // Disabled for now. Should revisit to see why it is not working
|
||||
}
|
||||
|
||||
// Create link repro if requested, this argument is intentionally not added to the response file
|
||||
if (Target.WindowsPlatform.LinkReproDir != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user