I want to have separate output directories for debug and release builds. However, I don’t see any proper option in FlashDevelop. Is this thing achievable, and if so, how to do this? If not, how to determine if current build is compiled as debug or release?
I want to have separate output directories for debug and release builds. However, I
Share
If you add “-debug” in the output path (Project propoerties) it will be removed in release builds.