From: John Crispin Date: Mon, 9 Dec 2013 18:26:58 +0000 (+0000) Subject: libevent2: Configure with --disable-debug-mode X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d24434db0aaa2f5d2a0160e0d31f2b2cbd2aa450;p=librecmc%2Flibrecmc.git libevent2: Configure with --disable-debug-mode Saves around 10K. Signed-off-by: Helmut Schaa SVN-Revision: 39025 --- diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index e260e120d5..42ec94d166 100644 --- a/package/libs/libevent2/Makefile +++ b/package/libs/libevent2/Makefile @@ -109,7 +109,8 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ - --enable-static + --enable-static \ + --disable-debug-mode MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS)"