force nodebug by default

This commit is contained in:
Mike Frysinger
2005-09-24 07:20:59 +00:00
parent 62f18e1f20
commit 5423df9ebc

View File

@ -30,9 +30,7 @@
#define DICT_IMPLEMENTATION #define DICT_IMPLEMENTATION
#include "dict.h" #include "dict.h"
#ifdef KAZLIB_RCSID #define NDEBUG
static const char rcsid[] = "$Id: dict.c,v 1.40.2.7 2000/11/13 01:36:44 kaz Exp $";
#endif
/* /*
* These macros provide short convenient names for structure members, * These macros provide short convenient names for structure members,