Any advice for speeding up the compile time in Flex Builder 3?

后端 未结 14 680
粉色の甜心
粉色の甜心 2020-12-25 08:10

I run Flex Builder 3 on a mac and as my project grows - the compile time gets longer and longer and longer. I am using some SWC\'s and there is a fair amount of code but it

相关标签:
14条回答
  • 2020-12-25 08:50

    I don't use Flex Builder, but I use the Flex SDK compiler everyday and I was wasting tons of time waiting for the MXMLC compiler to do its job until I found Flex Compiler SHell:

    http://blog.zarate.tv/2008/12/07/theres-something-called-flex-compiler-shell/

    Although in theory Flex Builder already uses this optimizations, might be worth checking.

    0 讨论(0)
  • 2020-12-25 08:51

    As Clement said, use the HellFire Compiler Daemon. If you have multiple modules and more CPU cores on your machine it can compile them in parallel. Another option is to use IntelliJ (the commercial version) which offers the same feature.

    0 讨论(0)
提交回复
热议问题