1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space

SVN-Revision: 30675
This commit is contained in:
Felix Fietkau 2012-02-21 23:03:21 +00:00
parent 6f33fa553b
commit cd6a2fc6a0

View File

@ -399,7 +399,6 @@ CONFIGURE_ARGS += \
MAKE_FLAGS := \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="-rdynamic" \
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
KBUILD_OUTPUT="$(LINUX_DIR)" \