From: John Crispin Date: Mon, 9 Dec 2013 18:26:58 +0000 (+0000) Subject: libevent2: Configure with --disable-debug-mode X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3c68fdeee57366666a291a4b2d6dbd2b99784826;p=15.05%2Fopenwrt.git libevent2: Configure with --disable-debug-mode Saves around 10K. Signed-off-by: Helmut Schaa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)"