Flex SWC:是否有“调试”功能?和“释放” SWC 的版本?
使用 Flex Builder 3,我无法选择导出 SWC 的发布版本。 SWC 是否存在这样的概念——“发布”版本与“调试”版本?
Using Flex Builder 3, I do not have an option to export a release build for my SWC. Is there such a concept - "release" versus "debug" versions for a SWC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并不真地。当您链接到 SWC 以构建最终的 SWF 时,Flex 链接器将执行所有优化/剥离。
话虽如此,如果您担心这一点的原因是因为您不想要臃肿的 RSL,您可以使用 SDK 附带的优化器制作 SWC 嵌入式 SWF 文件的“发布”版本。
Not really. The Flex linker will do all the optimization/stripping when you link to the SWC to build your final SWF.
Having said that, if the reason you're concerned about this is because you don't want a bloated RSL, you can make a "release" version of the SWC's embedded SWF file by using the optimizer that comes with the SDK.