Skip to content

Instantly share code, notes, and snippets.

@dorgonman
Last active July 9, 2020 02:05
Show Gist options
  • Save dorgonman/a7f7f628b1f23f99bc1b5b367d6507bd to your computer and use it in GitHub Desktop.
Save dorgonman/a7f7f628b1f23f99bc1b5b367d6507bd to your computer and use it in GitHub Desktop.
PGO Build Script
Engine/Build/BatchFiles/RunUAT.bat
-ScriptsForProject="/Path/To/YourProjec/YourProject.uproject" BuildCookRun -NoCompileEditor
-Verbose -UTF8Output -CrashReporter -nop4 -ue4exe="/Path/To/Engine/Binaries/Win64/UE4Editor-Cmd.exe"
-ScriptsForProject="/Path/To/YourProjec/YourProject.uproject" -cook -unversionedcookedcontent -pak -stage
-package -clientconfig="Shipping" -prereqs -targetplatform="Switch" -distribution -nodebuginfo
-build -UbtArgs="-LTCG -PGOOptimize"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment