Update build_xray.sh

This commit is contained in:
Teddysun 2024-04-26 23:42:32 +09:00
parent f1c46e0873
commit 85f5933b40
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -22,7 +22,7 @@ cd ${cur_dir}
git clone https://github.com/XTLS/Xray-core.git
cd Xray-core || exit 2
LDFLAGS="-s -w"
LDFLAGS="-s -w -buildid="
ARCHS=( 386 amd64 arm arm64 ppc64le s390x )
ARMS=( 6 7 )