Define NDEBUG if you don't want assertions

This commit is contained in:
ceriel
1993-10-22 14:30:43 +00:00
parent 2006278a52
commit c9ec055176
17 changed files with 22 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
!File: debug.h
/*#define DEBUG 1 /* perform various self-tests */
#define NDEBUG 1 /* disable assertions */
!File: parbufsize.h