diff options
Diffstat (limited to 'Meta/CMake/all_the_debug_macros.cmake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 90924fbc33..7af4b6e31a 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -237,8 +237,8 @@ set(XML_PARSER_DEBUG ON) # set(DEBUG_STATUS_REGISTER ON) # False positive: DEFINE_DEBUG_REGISTER is used to define read/write methods for debug registers. # set(DEFINE_DEBUG_REGISTER ON) -# Clogs up build: The WrapperGenerator stuff is run at compile time. -# set(WRAPPER_GENERATOR_DEBUG ON) +# Clogs up build: The BindingsGenerator stuff is run at compile time. +# set(BINDINGS_GENERATOR_DEBUG ON) # Immediately finds violations during boot, shouldn't be discoverable by people who aren't working on fixing. # set(KMALLOC_VERIFY_NO_SPINLOCK_HELD ON) # False positive: CONSOLE_OUT_TO_BOCHS_DEBUG_PORT is a flag for ConsoleDevice, not a feature. |