aboutsummaryrefslogtreecommitdiff
path: root/include/env.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/env.hpp')
-rw-r--r--include/env.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/env.hpp b/include/env.hpp
index 325db6e..f5b1213 100644
--- a/include/env.hpp
+++ b/include/env.hpp
@@ -33,4 +33,8 @@
#error "System not support. Only Windows and Posix systems support"
#endif
+#if !defined(DEBUG) && !defined(NDEBUG)
+#define DEBUG
+#endif
+
#endif // SIBS_ENV_HPP