kernel: Disable UBSAN in debug.cmake
All checks were successful
Build and test / build (push) Successful in 1m42s
All checks were successful
Build and test / build (push) Successful in 1m42s
UBSAN seems to bloat the kernel too much, so let's make debug.cmake actually usable for debugging by commenting it out.
This commit is contained in:
parent
24b886b0d1
commit
5f56e4b63a
@ -12,4 +12,4 @@ target_compile_definitions(moon PRIVATE DEVICE_REGISTRY_DEBUG)
|
|||||||
target_compile_definitions(moon PRIVATE FORK_DEBUG)
|
target_compile_definitions(moon PRIVATE FORK_DEBUG)
|
||||||
target_compile_definitions(moon PRIVATE MOUNT_DEBUG)
|
target_compile_definitions(moon PRIVATE MOUNT_DEBUG)
|
||||||
target_compile_definitions(moon PRIVATE CACHE_DEBUG)
|
target_compile_definitions(moon PRIVATE CACHE_DEBUG)
|
||||||
target_compile_options(moon PRIVATE -fsanitize=undefined)
|
#target_compile_options(moon PRIVATE -fsanitize=undefined)
|
||||||
|
Loading…
Reference in New Issue
Block a user