mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Kernel: Remove CMake spam when setting up KUBSAN flags
This commit is contained in:
parent
54986228bf
commit
cef73f2010
1 changed files with 0 additions and 1 deletions
|
@ -296,7 +296,6 @@ set(KERNEL_FSANITIZE_FLAGS
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(flag IN LISTS KERNEL_FSANITIZE_FLAGS)
|
foreach(flag IN LISTS KERNEL_FSANITIZE_FLAGS)
|
||||||
message("\tkernel fsanitize flag:${flag}")
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=${flag}")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=${flag}")
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue