1
vote
Compile Flex application without debug? Optimisation options for flex compiler?
There are two compiler options that you should set: -debug=false -optimize=true. In Flex Builder or Eclipse, look under Project->Properties->Flex Compiler and fill in the box labeled …
