diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-01 20:38:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-01 20:38:36 -0800 |
| commit | 5791071dc2ad0156376e144a2151ae27cb97c99d (patch) | |
| tree | 0c91758b18eedf6d760042c638e9d80a2c10ca8e /pkg/libevent | |
| parent | db8dd240691b57aca4a6e29f9821b78a20726f36 (diff) | |
libevent: Disable debug mode
Diffstat (limited to 'pkg/libevent')
| -rw-r--r-- | pkg/libevent/config.h | 2 |
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 */ |
