From 192c44e2642639980f080d636fa002ae5571b857 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 13 Nov 2019 15:32:23 -0800 Subject: [PATCH] libtins: Actually remove it... Signed-off-by: Rosen Penev --- libs/libtins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libtins/Makefile b/libs/libtins/Makefile index 508316312..318da36fa 100644 --- a/libs/libtins/Makefile +++ b/libs/libtins/Makefile @@ -48,7 +48,7 @@ CMAKE_OPTIONS += \ -DLIBTINS_ENABLE_TCP_STREAM_CUSTOM_DATA=OFF \ -DLIBTINS_ENABLE_WPA2=OFF -TARGET_CXXFLAGS += -fno-rtti -ffunction-sections -fdata-sections -flto +TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -flto TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed define Package/libtins/install