From 97f863becdb50ed2d0cb2f8f95e4e516321e4c8a Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 2 Dec 2024 14:40:41 +0800 Subject: [PATCH] build: disable strip in debug build --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index bdbbbde..312f1e5 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -61,7 +61,7 @@ CMAKE_OPTIONS += \ -DCMAKE_BUILD_TYPE=$(if $(CONFIG_UA2F_DEBUG_BUILD),Debug,Release) ifeq ($(CONFIG_UA2F_DEBUG_BUILD),y) - PKG_BUILD_FLAGS += no-strip + STRIP:=true endif define Package/ua2f/description