Files
david harvey 0300784db5 PGO build graph changes:
- 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]
2024-05-22 02:42:37 -04:00
..