- Moved PGO compile arguments into the platform-specific build configurations. Recommended changes to local build graphs for PGO:
use $(PGOOptimizeCompileArgs$(Platform)) instead of -PGOOptimize
use $(PGOProfileCompileArgs$(Platform)) instead of -PGOProfile
- Adding UseSampleBasedPGO option for sampler-based PGO profiling (Currently Win64 with Intel oneAPI 2024.0+ only)
#jira UE-215357
#rb Jerome.Delattre
[CL 33822009 by david harvey in ue5-main branch]
- includes platform-specific PGO properties for all supported platforms.
- stubs for Android & Linux although they are not fully functional yet.
#jira UE-159562
#rnx
#rb Jerome.Delattre
#preflight 6391a7229549ddaa281ad04c
[CL 23444144 by David Harvey in ue5-main branch]