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="")
|
StagingDirectory=(Path="")
|
||||||
FullRebuild=False
|
FullRebuild=False
|
||||||
ForDistribution=False
|
ForDistribution=False
|
||||||
IncludeDebugFiles=False
|
IncludeDebugFiles=True
|
||||||
BlueprintNativizationMethod=Disabled
|
BlueprintNativizationMethod=Disabled
|
||||||
bIncludeNativizedAssetsInProjectGeneration=False
|
bIncludeNativizedAssetsInProjectGeneration=False
|
||||||
UsePakFile=True
|
UsePakFile=True
|
||||||
|
|
|
@ -69,8 +69,7 @@ if $DO_PACKAGE ; then
|
||||||
-project="${PWD}/CarlaUE4.uproject" \
|
-project="${PWD}/CarlaUE4.uproject" \
|
||||||
-nocompileeditor -nop4 -cook -stage -archive -package \
|
-nocompileeditor -nop4 -cook -stage -archive -package \
|
||||||
-clientconfig=Development -ue4exe=UE4Editor \
|
-clientconfig=Development -ue4exe=UE4Editor \
|
||||||
-prereqs -nodebuginfo \
|
-prereqs -targetplatform=Linux -build -utf8output \
|
||||||
-targetplatform=Linux -build -utf8output \
|
|
||||||
-archivedirectory="${BUILD_FOLDER}"
|
-archivedirectory="${BUILD_FOLDER}"
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue