* Disabled uba for linking on linux. vfork/exec is not supported right now and we will push this support in front of us (since remote linking is disabled either way)
[CL 29859811 by henrik karlsson in ue5-main branch]
Configuration is the same as TargetRules.DebugInfo and will override that setting except when debug info is disabled for the entire target
[CL 28558101 by joe kirchoff in ue5-main branch]
* Disabled box for pgooptimized link actions for now just to rule out if long link time is because of box
[CL 28324916 by henrik karlsson in ue5-main branch]
Added override cook platform for use by content beacon to the datadrivenplatforminfo.
[REVIEW] [at]Josh.Adams
[CL 28223391 by daniel lamb in ue5-main branch]
-OpenVR has been essentially replaced by OpenXR at this point and this third party source is no longer in use.
#review-27792355
#rb Jules.Blok
[CL 27794345 by Jeff Fisher in ue5-main branch]
- Expected to bring more icache-friendly code placement, especially for large binaries (https://reviews.llvm.org/D113424)
- Reportedly not default in lld because some synthetic benchmarks were regressed.
- Suggested by Neil.Henning
#rb NeilH (suggested)
[CL 27450033 by arciel rekman in ue5-main branch]
Now we will use the existing LinuxPlatfromSDK or if doesn't exist make a new one and correctly register it
#jira UE-193418
#rb Josh.Adams, Zack.Neyland
[CL 27323816 by brandon schaefer in ue5-main branch]
- Sometimes PGO data gets stale and can needs to be removed (until a new one is collected) because it can even break the build. Instead of changing the build scripts each time when such an update process happens, add a way for UBT to silently ignore non-existent PGO data (when the file exists but has 0 size).
#rb Josh.Adams
[REVIEW] [at]Josh.Adams
#rnx
[CL 27071828 by arciel rekman in ue5-main branch]
Updated the project generators to search the VS platform directory when HasVisualStudioSupport is called to find out whether a platform is supported. This fixes several issues where platforms were being generated like they were supported by the host machine but actually weren't.
#rb joe.kirchoff
#jira
[CL 26795017 by bryan sefcik in ue5-main branch]