mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
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
@ -109,7 +109,8 @@ TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
--enable-static \
|
||||
--disable-debug-mode
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user