summaryrefslogtreecommitdiff
path: root/pkg/libevent
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-01 20:38:36 -0800
committerMichael Forney <mforney@mforney.org>2017-02-01 20:38:36 -0800
commit5791071dc2ad0156376e144a2151ae27cb97c99d (patch)
tree0c91758b18eedf6d760042c638e9d80a2c10ca8e /pkg/libevent
parentdb8dd240691b57aca4a6e29f9821b78a20726f36 (diff)
libevent: Disable debug mode
Diffstat (limited to 'pkg/libevent')
-rw-r--r--pkg/libevent/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/libevent/config.h b/pkg/libevent/config.h
index 8b729bcf..b39db90e 100644
--- a/pkg/libevent/config.h
+++ b/pkg/libevent/config.h
@@ -4,7 +4,7 @@
/* #undef HAVE_POLL */
/* #undef HAVE_SELECT */
-/* #undef DISABLE_DEBUG_MODE */
+#define DISABLE_DEBUG_MODE 1
#define DISABLE_MM_REPLACEMENT 1
/* #undef DISABLE_THREAD_SUPPORT */
/* #undef HAVE_ARC4RANDOM */