Include debug info in packaged version (#1659)

This commit is contained in:
Néstor Subirón 2019-05-24 17:24:12 +02:00 committed by GitHub
parent a063c2ded7
commit fee126dfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@ BuildConfiguration=PPBC_Development
StagingDirectory=(Path="")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
IncludeDebugFiles=True
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
UsePakFile=True

View File

@ -69,8 +69,7 @@ if $DO_PACKAGE ; then
-project="${PWD}/CarlaUE4.uproject" \
-nocompileeditor -nop4 -cook -stage -archive -package \
-clientconfig=Development -ue4exe=UE4Editor \
-prereqs -nodebuginfo \
-targetplatform=Linux -build -utf8output \
-prereqs -targetplatform=Linux -build -utf8output \
-archivedirectory="${BUILD_FOLDER}"
popd >/dev/null