release: remove binary stripping
We've had bizarre crashes for satellite and it's difficult to debug stripped binaries. The only binary where stripping is useful, is uplink cli. This change will increase uplink by 5MB. Change-Id: I4d1dfd36452063c22e8471d99eec97f6de6167b8
This commit is contained in:
parent
830817ec0d
commit
f06ce1ef01
@ -28,7 +28,7 @@ fi
|
||||
|
||||
echo Running "go $@"
|
||||
exec go "$1" -ldflags \
|
||||
"-s -w -X storj.io/private/version.buildTimestamp=$TIMESTAMP
|
||||
-X storj.io/private/version.buildCommitHash=$COMMIT
|
||||
-X storj.io/private/version.buildVersion=$VERSION
|
||||
-X storj.io/private/version.buildRelease=$RELEASE" "${@:2}"
|
||||
"-X storj.io/private/version.buildTimestamp=$TIMESTAMP
|
||||
-X storj.io/private/version.buildCommitHash=$COMMIT
|
||||
-X storj.io/private/version.buildVersion=$VERSION
|
||||
-X storj.io/private/version.buildRelease=$RELEASE" "${@:2}"
|
||||
|
Loading…
Reference in New Issue
Block a user