From 4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 7 Jun 2023 21:30:44 +0300 Subject: slight improvements to building + User can now specify debug, release and assert handling --- include/kmi/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 /** \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. -- cgit v1.3