From 56e9eb6f6807a648f257fa4debe5125dd9b73a64 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 16 Jun 2024 12:56:29 -0400 Subject: [PATCH] Meta: Restore a couple debug flags in all_the_debug_macros.cmake These were errantly removed in 666f7338a0dcfb23f99fff0b27465f8b41e9c0e7. --- Meta/CMake/all_the_debug_macros.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index c37a123653e..8f187983d28 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -80,3 +80,8 @@ set(WEB_WORKER_DEBUG ON) set(WEBP_DEBUG ON) set(WORKER_THREAD_DEBUG ON) set(XML_PARSER_DEBUG ON) + +# False positive: ANDROID_LOG_DEBUG is a log level, not a debug flag +# set(ANDROID_LOG_DEBUG ON) +# Clogs up build: The BindingsGenerator stuff is run at compile time. +# set(BINDINGS_GENERATOR_DEBUG ON)