]> git.ipfire.org Git - thirdparty/lldpd.git/commit
libevent: produce smaller binaries when shipping libevent
authorVincent Bernat <bernat@luffy.cx>
Tue, 29 Jan 2013 20:42:37 +0000 (21:42 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 29 Jan 2013 20:42:37 +0000 (21:42 +0100)
commitee715bf2f9ee27a1eccb9615578b275fe717dae5
tree74e0fa1e1ad07eef6d9b4444a079b3611a8ec03f
parentf88442acdee831e1fb9baf67d9545efc705a054c
libevent: produce smaller binaries when shipping libevent

When shipping libevent, we try to build smaller binaries by disabling
unneeded stuff (openssl, threading, malloc replacement, debug stuff)
and enabling `--gc-sections`. On various tests, this remove 80K from
lldpd size (stripping excluded).
m4/libevent.m4