aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-06-07 21:30:44 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-06-07 21:30:44 +0300
commit4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c (patch)
treeeac1123f5bb8e0d21c1b729b6f10a11c9238a67d /include
parent05989b29c70690ff3766ba8323f648f3cf03440c (diff)
downloadkmi-4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c.tar.gz
kmi-4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c.zip
slight improvements to building
+ User can now specify debug, release and assert handling
Diffstat (limited to 'include')
-rw-r--r--include/kmi/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kmi/assert.h b/include/kmi/assert.h
index 69eb9ce..4512a21 100644
--- a/include/kmi/assert.h
+++ b/include/kmi/assert.h
@@ -22,7 +22,7 @@
#include <kmi/utils.h>
/** \todo should this exit or do something explosive like that? */
-#if defined(DEBUG)
+#if defined(ASSERT)
/**
* The kernel is in an irrepairable state, just give up.