make non-debug output
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3c74bea5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3c74bea5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3c74bea5 Branch: refs/heads/tlf Commit: 3c74bea58f822ce7283d6c4286ad4d18c84810a3 Parents: 911cf92 Author: Alex Harui <[email protected]> Authored: Wed Jun 28 22:39:40 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 28 22:39:40 2017 -0700 ---------------------------------------------------------------------- build.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3c74bea5/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 4eb2bbb..2d344f5 100644 --- a/build.xml +++ b/build.xml @@ -1918,6 +1918,16 @@ </mxmlc> </target> + <target name="compile-release" depends="check-flex-home,check-falcon-home,check-falconjx-home,check-goog-home,load-task" description="compile for SWF"> + + <property name="FLEX_HOME" value="${basedir}" /> + <mxmlc fork="true" debug="false" + file="${file}"> + <jvmarg line="${mxmlc.jvm.args}"/> + <arg value="-closure-lib=${GOOG_HOME}" /> + </mxmlc> + </target> + <target name="compile-js" depends="check-flex-home,check-falcon-home,check-falconjx-home,check-goog-home" description="compile for JS"> <property name="FLEX_HOME" value="${basedir}" /> <java jar="${FALCONJX_HOME}/lib/mxmlc.jar"
