From: Matthias Kruk Date: Wed, 18 Sep 2019 07:13:57 +0000 (+0900) Subject: Add CONFIG_DEBUG definition to config.h X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=36de00ae83e84c30ba9ad91e6dde439544ef3555;p=corax Add CONFIG_DEBUG definition to config.h --- diff --git a/config.h b/config.h index e33e6a8..fc75863 100644 --- a/config.h +++ b/config.h @@ -31,6 +31,7 @@ #define CONFIG_SMP_CPUS 1 #define CONFIG_POSIX 1 +#define CONFIG_DEBUG 1 /* sanity checks */