diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-12-02 00:48:09 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-05 12:53:29 +0100 |
commit | a0e2fedc20da72930e68f4304d829594269b04f9 (patch) | |
tree | e081c3639a57e01bc67e1e6384e9e4dc7af0955e /Meta/CMake | |
parent | e521ffd1566656c2d65a9db4be9a3827e64d276c (diff) | |
download | serenity-a0e2fedc20da72930e68f4304d829594269b04f9.zip |
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 999d02e032..f26686ffec 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -231,3 +231,5 @@ set(WSSCREEN_DEBUG ON) # set(BOCHS_DEBUG_PORT) # False positive: IFF_DEBUG is an ioctl flag # set(IFF_DEBUG) +# False positive: SO_DEBUG is a socket option +# set(SO_DEBUG) |