v2ray: disbale upx

This commit is contained in:
coolsnowwolf 2020-01-24 18:22:41 +08:00
parent 37757cf2ce
commit 85ca044054
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ config V2RAY_EXCLUDE_ASSETS
config V2RAY_COMPRESS_UPX
bool "Compress executable files with UPX"
default y
default n
choice
prompt "Disable Features"

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=v2ray
PKG_VERSION:=4.22.1
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-core-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-core-$(PKG_VERSION).tar.gz