Include debug info in packaged version (#1659)
This commit is contained in:
parent
a063c2ded7
commit
fee126dfa7
|
@ -24,7 +24,7 @@ BuildConfiguration=PPBC_Development
|
|||
StagingDirectory=(Path="")
|
||||
FullRebuild=False
|
||||
ForDistribution=False
|
||||
IncludeDebugFiles=False
|
||||
IncludeDebugFiles=True
|
||||
BlueprintNativizationMethod=Disabled
|
||||
bIncludeNativizedAssetsInProjectGeneration=False
|
||||
UsePakFile=True
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue