I noticed that the resulting swf file of an mxmlc compilation is missing classes that are not used but still given to the compiler via the -source-path
option.
How can this be avoided?
Also, how does the compiler find out which classes are not used?