diff options
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/portab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h index 43f2f907..ebe81b49 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -19,6 +19,8 @@ #include "config.h" +/* remove assert() macro at compile time if DEBUG is not set. */ + #ifndef DEBUG # define NDEBUG #endif |