build: disable strip in debug build

This commit is contained in:
Zxilly 2024-12-02 14:40:41 +08:00
parent 25a0f8dd92
commit 97f863becd
No known key found for this signature in database
GPG Key ID: 47AB1DEC841BC6A2

View File

@ -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