How to pass Macros definition to preprocessor with gcc
g++ -DMY_DEBUG is not working.
or
g++ -UDEBUG is not turning off DEBUG macros definition in programm. DEBUG is always DEFINED even if I do not put any macros definition in comand line.
How to undefined DEBUG macros for Release version?
I am compiling on SGI.
g++ -DMY_DEBUG is not working.
or
g++ -UDEBUG is not turning off DEBUG macros definition in programm. DEBUG is always DEFINED even if I do not put any macros definition in comand line.
How to undefined DEBUG macros for Release version?
I am compiling on SGI.