From 19bb87a78766da398878bc390a3b7f2c601758cb Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Wed, 10 Apr 2024 15:33:33 +0300 Subject: [PATCH] Update build-all.sh --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 0a3b8cf..47908a3 100755 --- a/build-all.sh +++ b/build-all.sh @@ -66,7 +66,7 @@ cd "${ROOT}/server" || exit 1 $GOBIN clean -i -r -cache --modcache $GOBIN mod tidy -BUILD_FLAGS="-ldflags=${LDFLAGS} -tags=nosqlite" +BUILD_FLAGS="-ldflags=${LDFLAGS} -tags=nosqlite -trimpath" ##################################### ### X86 build section