NO

Author Topic: debug - release addin V1.4  (Read 4779 times)

tiwag

  • Guest
debug - release addin V1.4
« on: January 20, 2005, 03:01:54 PM »
Hi folks,

here is an updated debug-release-addin (file version 1.4)

the changes pertain to the compiler flags "CCFLAGS"
debug-build : all optimizations are switched off
release-build : optimizations are set to optimize speed "-Ot"
by default.

there are two makros existing:
#define CCFLAGS_DBG "-Zi"
#define CCFLAGS_REL "-Ot"

if one wants to change these defaults quickly.

regards, tiwag