Meta: Restore a couple debug flags in all_the_debug_macros.cmake

These were errantly removed in 666f7338a0.
This commit is contained in:
Timothy Flynn 2024-06-16 12:56:29 -04:00 committed by Tim Flynn
parent 06ed0dfcc1
commit 56e9eb6f68
Notes: sideshowbarker 2024-07-16 23:13:25 +09:00

View File

@ -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)