kernel: Add debug.cmake include to config.cmake template
All checks were successful
Build and test / build (push) Successful in 1m32s

This commit is contained in:
apio 2024-12-11 19:28:22 +01:00
parent 5f56e4b63a
commit 3b8aabce0f
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -19,3 +19,6 @@
# Uncomment the line below to make the kernel also calculate stack traces for userspace addresses on program crashes.
# This can aid in debugging, but makes the kernel more unstable as stack tracing will access arbitrary userspace memory.
# target_compile_definitions(moon PRIVATE MOON_ENABLE_USERSPACE_STACK_TRACES)
# Uncomment the line below to enable all kernel debug messages, and console logging.
# include(debug.cmake)