From 692bfeb1440254072bc28dfb1617f2a4c85efb67 Mon Sep 17 00:00:00 2001 From: Jit Ray Chowdhury Date: Sun, 25 Aug 2019 15:35:22 -0700 Subject: [PATCH] added -iterate for BuildCookRun in Package.sh for faster re-cook --- Util/BuildTools/Package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Util/BuildTools/Package.sh b/Util/BuildTools/Package.sh index ba1b39042..e48c29bcf 100755 --- a/Util/BuildTools/Package.sh +++ b/Util/BuildTools/Package.sh @@ -96,7 +96,7 @@ if ${DO_CARLA_RELEASE} ; then ${UE4_ROOT}/Engine/Build/BatchFiles/RunUAT.sh BuildCookRun \ -project="${PWD}/CarlaUE4.uproject" \ - -nocompileeditor -nop4 -cook -stage -archive -package \ + -nocompileeditor -nop4 -cook -stage -archive -package -iterate \ -clientconfig=${PACKAGE_CONFIG} -ue4exe=UE4Editor \ -prereqs -targetplatform=Linux -build -utf8output \ -archivedirectory="${RELEASE_BUILD_FOLDER}"