Luna/kernel/debug.cmake
apio 9afff7c544
All checks were successful
continuous-integration/drone/push Build is passing
kernel: Add a fun splash screen during boot :)
Mostly for fun.
Has a lot of delay in order to see the actual splash screen.
2023-02-27 16:23:51 +01:00

4 lines
170 B
CMake

target_compile_definitions(moon PRIVATE LOCKED_VALUE_DEBUG)
target_compile_definitions(moon PRIVATE DEBUG_MODE)
target_compile_options(moon PRIVATE -fsanitize=undefined)