aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 8011f9e..7e373c2 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -20,6 +20,10 @@
#ifndef NSXIV_H
#define NSXIV_H
+#if !defined(DEBUG) && !defined(NDEBUG)
+ #define NDEBUG
+#endif
+
#include <stdbool.h>
#include <stddef.h>