diff options
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) |