> From: Richard Anderson [mailto:[EMAIL PROTECTED]]
> I am now ready to release a beta version of my code
> On different targets I have worked on, I have always had two sets
> of build options, debug and release.

You can (and should) do the same in CodeWarrior: have one Debug target and
one Release target.  Configure them as desired early in the project and then
make sure to build and test both of them during the development process.

Instead, if you wait until the last minute to suddenly turn on optimizations
(and change other "minor" things) right before shipping to customers, there
could be nasty surprises if the release build hasn't been tested enough.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to