]> git.corax.cc Git - corax/commitdiff
Add CONFIG_DEBUG definition to config.h
authorMatthias Kruk <m@m10k.eu>
Wed, 18 Sep 2019 07:13:57 +0000 (16:13 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 18 Sep 2019 07:13:57 +0000 (16:13 +0900)
config.h

index e33e6a8e5ee9a5a995bcf104a01a3df703d38415..fc75863162a25c47fb49e3b796aefdd4d539d0c5 100644 (file)
--- 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 */