Update build-all.sh

This commit is contained in:
nikk gitanes
2024-04-10 15:33:33 +03:00
parent 4a083b522e
commit 19bb87a787

View File

@@ -66,7 +66,7 @@ cd "${ROOT}/server" || exit 1
$GOBIN clean -i -r -cache --modcache $GOBIN clean -i -r -cache --modcache
$GOBIN mod tidy $GOBIN mod tidy
BUILD_FLAGS="-ldflags=${LDFLAGS} -tags=nosqlite" BUILD_FLAGS="-ldflags=${LDFLAGS} -tags=nosqlite -trimpath"
##################################### #####################################
### X86 build section ### X86 build section