AOnly define NDEDBUG if DEBUG is not defined
This commit is contained in:
parent
2e8f6140ff
commit
f2c8beba0b
|
@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef DEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
/* Object and type object interface */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue