From: blogic Date: Mon, 9 Dec 2013 18:26:58 +0000 (+0000) Subject: libevent2: Configure with --disable-debug-mode X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=16ccf1ee840154926b528cabeaa513c647c756e7;ds=inline 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)"