mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Restore a couple debug flags in all_the_debug_macros.cmake
These were errantly removed in 666f7338a0
.
This commit is contained in:
parent
06ed0dfcc1
commit
56e9eb6f68
Notes:
sideshowbarker
2024-07-16 23:13:25 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/56e9eb6f68 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/184 Reviewed-by: https://github.com/circl-lastname
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue