1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:17:35 +00:00

Kernel: Remove CMake spam when setting up KUBSAN flags

This commit is contained in:
Andreas Kling 2021-02-11 22:16:28 +01:00
parent 54986228bf
commit cef73f2010

View file

@ -296,7 +296,6 @@ set(KERNEL_FSANITIZE_FLAGS
)
foreach(flag IN LISTS KERNEL_FSANITIZE_FLAGS)
message("\tkernel fsanitize flag:${flag}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=${flag}")
endforeach()