libevent2: Configure with --disable-debug-mode
Saves around 10K. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 39025
This commit is contained in:
parent
67e71176cb
commit
d24434db0a
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ TARGET_CFLAGS += $(FPIC)
|
|||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
--enable-static \
|
||||
--disable-debug-mode
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
|
Loading…
Reference in a new issue