mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
release: build binary without symbols for debug
This commit is contained in:
parent
28a29d9ecd
commit
0bd9179835
@ -62,7 +62,7 @@ function main {
|
||||
export GOARCH="amd64"
|
||||
|
||||
pushd etcd >/dev/null
|
||||
./build
|
||||
GO_LDFLAGS="-s" ./build
|
||||
popd >/dev/null
|
||||
|
||||
TARGET="etcd-${VER}-${GOOS}-${GOARCH}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user