mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 858204 - Enable libevent logging on debug builds. r=jlebar
This commit is contained in:
parent
e31b72a869
commit
9c12af53ce
@ -330,6 +330,10 @@ endif # }
|
||||
endif # }
|
||||
endif # }
|
||||
|
||||
ifdef MOZ_DEBUG
|
||||
OS_CFLAGS += -DUSE_DEBUG
|
||||
endif
|
||||
|
||||
OS_CXXFLAGS += $(TK_CFLAGS)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user