diff options
author | John Crispin <john@openwrt.org> | 2013-12-09 18:26:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-12-09 18:26:58 +0000 |
commit | d24434db0aaa2f5d2a0160e0d31f2b2cbd2aa450 (patch) | |
tree | ca926394f77ead26e973da0c21788830b55cb9b8 /package/libs/libevent2 | |
parent | 67e71176cbaa092d96a746a547eea0bb12fdf0a5 (diff) | |
download | upstream-d24434db0aaa2f5d2a0160e0d31f2b2cbd2aa450.tar.gz upstream-d24434db0aaa2f5d2a0160e0d31f2b2cbd2aa450.tar.bz2 upstream-d24434db0aaa2f5d2a0160e0d31f2b2cbd2aa450.zip |
libevent2: Configure with --disable-debug-mode
Saves around 10K.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39025
Diffstat (limited to 'package/libs/libevent2')
-rw-r--r-- | package/libs/libevent2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)" |