diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-03 22:43:47 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-04 22:07:36 +0100 |
commit | 7efc52c3d3982e2fac44240aaca5b627c40bd94d (patch) | |
tree | c285223ebf742cb235766d9016e4ea7d618683f9 /Meta/CMake | |
parent | 8ade0df4c3c3c900bed4c4c5b4a0907ecf5172da (diff) | |
download | serenity-7efc52c3d3982e2fac44240aaca5b627c40bd94d.zip |
Meta: Remove the LibJS OBJECT_DEBUG debug macro
I didn't add any debug logging to the object rewrite, so this is now
unused. It's much more correct though, so we can get away with adding
ad-hoc logging, should that ever be necessary :^)
Side note: this should have a prefix, i.e. JS_OBJECT_DEBUG. The previous
name is too generic.
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 5f78cbff8f..b9c8c70658 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -119,7 +119,6 @@ set(MULTIPROCESSOR_DEBUG ON) set(NE2000_DEBUG ON) set(NETWORK_TASK_DEBUG ON) set(NT_DEBUG ON) -set(OBJECT_DEBUG ON) set(OCCLUSIONS_DEBUG ON) set(OFFD_DEBUG ON) set(PAGE_FAULT_DEBUG ON) |