Hi all, > A non-debug build *should* #define NDEBUG (to shut up the ASSERTs > among > others). Hence I think the better fix would be to #define NDEBUG in > the > XCode project when producing a non-debug build.
#ifndef DEBUG seems more than sufficient. More consistent too. Inconsistent debug/non-debug/whatever detection always comes back to bite you in the long run; just take a look at some of the early commits -- which were nothing more than making the #ifdef WIN32 and #ifndef PSX constant. Regards, Freddie. _______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
