adding flag for keeping generated as

This commit is contained in:
Dan Buch
2010-02-22 23:23:35 -05:00
parent 62930ec4f2
commit 595bdfd7a3
2 changed files with 3 additions and 2 deletions

View File

@@ -8,9 +8,9 @@
MXMLC ?= mxmlc
COMPC ?= compc
ifdef DEBUG
MXMLC_FLAGS ?= -warnings -debug -incremental -strict
MXMLC_FLAGS ?= -warnings -strict -debug -keep-generated-actionscript
else
MXMLC_FLAGS ?= -warnings
MXMLC_FLAGS ?= -warnings -strict
endif