diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-07 21:30:44 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-07 21:30:44 +0300 |
| commit | 4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c (patch) | |
| tree | eac1123f5bb8e0d21c1b729b6f10a11c9238a67d /include | |
| parent | 05989b29c70690ff3766ba8323f648f3cf03440c (diff) | |
| download | kmi-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.h | 2 |
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. |
