mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-03 07:58:18 +02:00
Compress the Aphlict client SWF.
Summary: Remove the `-debug=true` flags from the script used to build the Aplhict client SWF. Test Plan: **Before** ``` > du -h webroot/rsrc/swf/aphlict.swf 20K ``` **After** ``` > du -h webroot/rsrc/swf/aphlict.swf 16K ``` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9333
This commit is contained in:
parent
91109805a5
commit
e05f427f3d
2 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ $MXMLC \
|
|||
-default-background-color=0x444444 \
|
||||
-default-size=500,500 \
|
||||
-warnings=true \
|
||||
-debug=true \
|
||||
-source-path=$ROOT/externals/vegas/src \
|
||||
-static-link-runtime-shared-libraries=true \
|
||||
$BASEDIR/src/AphlictClient.as
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue