Bug 858204 - Enable libevent logging on debug builds. r=jlebar

This commit is contained in:
Mike Hommey 2013-04-08 08:36:01 +02:00
parent f4254c92f1
commit 0be8a6f255

View File

@ -330,6 +330,10 @@ endif # }
endif # }
endif # }
ifdef MOZ_DEBUG
OS_CFLAGS += -DUSE_DEBUG
endif
OS_CXXFLAGS += $(TK_CFLAGS)
include $(topsrcdir)/config/rules.mk