We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8cde5 commit 9c13803Copy full SHA for 9c13803
release.sh
@@ -216,7 +216,7 @@ for i in $SYS; do
216
217
green "- Building: $OS $ARCH $ARM"
218
for bin in loop loopd; do
219
- env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -ldflags "$COMMITFLAGS" "github.com/lightninglabs/loop/cmd/$bin"
+ env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -trimpath -ldflags "$COMMITFLAGS" "github.com/lightninglabs/loop/cmd/$bin"
220
done
221
cd ..
222
0 commit comments