kernel: Add debug.cmake include to config.cmake template
All checks were successful
Build and test / build (push) Successful in 1m32s
All checks were successful
Build and test / build (push) Successful in 1m32s
This commit is contained in:
parent
5f56e4b63a
commit
3b8aabce0f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user