I'm building a project with multiple modules and trying to optimize the swf sizes based on this blog post <http://weblogs.macromedia.com/pent/archives/2007/01/building_module.cfm\ > by Peter Ent (See "Optimizing the SWFs" towards the end of the post).
In Flex 3 the "Export Release Build" option removes all debugging code. Is there a way to use an ANT script to create a release build that simulates "Export Release Build?" Thanks! Chris

