|
|
@@ -126,8 +126,8 @@ endef
|
|
|
Package/dnsmasq-dhcpv6/conffiles = $(Package/dnsmasq/conffiles)
|
|
|
Package/dnsmasq-full/conffiles = $(Package/dnsmasq/conffiles)
|
|
|
|
|
|
-TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
|
|
-TARGET_LDFLAGS += -Wl,--gc-sections
|
|
|
+TARGET_CFLAGS += -flto
|
|
|
+TARGET_LDFLAGS += -flto=jobserver
|
|
|
|
|
|
COPTS = -DHAVE_UBUS \
|
|
|
$(if $(CONFIG_IPV6),,-DNO_IPV6)
|