aboutsummaryrefslogtreecommitdiff
path: root/nsxiv.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-06-11 21:35:47 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-06-11 21:35:47 +0530
commit723e140d5525cdc4572f5b859ec7b66433b5e32b (patch)
tree9fdbcabe7c41fc45f57ab17ad846de90f67f4d39 /nsxiv.h
parente4380093d694f075e07f489e2c2e764785b441f2 (diff)
parentc03ec39437b473526080f496d6c8564e98bea1d7 (diff)
what the actual fuck?
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>