I'm using Flash Builder 4.5 and I'd like to use conditional compilation between my debug and release builds.
I understand how to use conditional compilation and how to define compiler constants. What I need is either:
- A predefined constant set by the IDE between debug and release builds
- A way to specify different arguments for the compiler between debug and release builds
Using ANT is not an option as of now (no time!) and changing the variables by hand every time is just too risky.