Properly statically compile, without warnings; netgo,osusergo

This commit is contained in:
Philipp Heckel 2021-11-20 20:27:17 -05:00
parent ad057c12c0
commit bbbab8d2ef
2 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@ build-simple: clean
export CGO_ENABLED=1
$(GO) build \
-o dist/ntfy_linux_amd64/ntfy \
-tags sqlite_omit_load_extension \
-tags sqlite_omit_load_extension,osusergo,netgo \
-ldflags \
"-linkmode=external -extldflags=-static -s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD) -X main.date=$(shell date +%s)"