v2ray: remove -w -s from go_ldflags

don't revbump because it's currently broken due to quic-go
This commit is contained in:
classabbyamp 2022-08-08 12:21:27 -04:00 committed by classabbyamp
parent cdb061f0b5
commit 18418f0548
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ revision=1
wrksrc=${pkgname}-core-${version}
build_style=go
go_import_path="github.com/v2fly/v2ray-core/v4"
go_ldflags="-X github.com/v2fly/v2ray-core/v4.codename=$pkgname -X github.com/v2fly/v2ray-core/v4.version=$version -X github.com/v2fly/v2ray-core/v4.build=$SOURCE_DATE_EPOCH -s -w -buildid="
go_ldflags="-X github.com/v2fly/v2ray-core/v4.codename=$pkgname
-X github.com/v2fly/v2ray-core/v4.version=$version
-X github.com/v2fly/v2ray-core/v4.build=$SOURCE_DATE_EPOCH -buildid="
short_desc="Platform for building proxies to bypass network restrictions"
maintainer="ipkalm <ipkalm@outlook.com>"
license="MIT"