mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-29 14:39:19 +00:00
build: disable strip in debug build
This commit is contained in:
parent
25a0f8dd92
commit
97f863becd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user