Handy Flex 2 compiler arguments
Descriptions are from the Adobe Flex 2 Help that can be accessed in Eclipse under Help->Help Contents.
The topic that this information can be found under is:
Building and Deploying Flex 2 Applications > Building Flex Applications > Using the Flex Compilers > Using the application compiler
Prints detailed compile times to the standard output.
Sets the application's frame rate.
Determines whether to keep the generated ActionScript class files.
This one should always be set to true.
Enables the ActionScript optimizer. This optimizer reduces file size and increases performance by optimizing the SWF file's bytecode.
The topic that this information can be found under is:
Building and Deploying Flex 2 Applications > Building Flex Applications > Using the Flex Compilers > Using the application compiler
-benchmark=true|falsePrints detailed compile times to the standard output.
-default-frame-rate intSets the application's frame rate.
-keep-generated-actionscript=true|falseDetermines whether to keep the generated ActionScript class files.
-optimize=true|falseThis one should always be set to true.
Enables the ActionScript optimizer. This optimizer reduces file size and increases performance by optimizing the SWF file's bytecode.