v2ray: remove -w -s from go_ldflags
don't revbump because it's currently broken due to quic-go
This commit is contained in:
parent
cdb061f0b5
commit
18418f0548
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue