Issue Details (XML | Word | Printable)

Key: FDT-172
Type: Featurerequest Featurerequest
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: FDT Team
Reporter: Eric Priou
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
FDT

Export release build

Created: 14/Nov/08 06:55 PM   Updated: 22/Jun/12 06:42 PM
Component/s: AIR, UI
Affects Version/s: FDT 4.5.2
Fix Version/s: FDT 5.6
Security Level: public

Time Tracking:
Not Specified

Issue Links:
Duplicate

Review Type: Review by Product Owner


 Description  « Hide
It would be great to have a special launch configuration to release the swf without any debugging opcode inside and with mxmlc -optimize switch.
(the flex builder way but without a dedicated wizard...)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arne Deutsch added a comment - 17/Nov/08 11:26 AM
If you use "Run with" instead of "Debug With" FDT does not insert debugging opcodes. You can add the "-optimize" option in the launch configuration and this option will be passed to MXML. Maybe a little Checkbox "optimze" in the launch configuration that replaces the need to manually add the "-optimize" would have the same effect?

Eric Priou added a comment - 17/Nov/08 01:55 PM - edited

Maybe a little Checkbox "optimze" in the launch configuration

That's exactly what I was thinking also.
It would be great (and easy ?) to get this feature. Thanks.