more trimpath for reproducibility

This commit is contained in:
Vladislav Yarmak 2023-10-08 15:25:08 +03:00
parent 5280b0414d
commit c948e18a3e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PROGNAME = dumbproxy PROGNAME = dumbproxy
OUTSUFFIX = bin/$(PROGNAME) OUTSUFFIX = bin/$(PROGNAME)
VERSION := $(shell git describe) VERSION := $(shell git describe)
BUILDOPTS = -a -tags netgo -trimpath BUILDOPTS = -a -tags netgo -trimpath -asmflags -trimpath
LDFLAGS = -ldflags '-s -w -extldflags "-static" -X main.version=$(VERSION)' LDFLAGS = -ldflags '-s -w -extldflags "-static" -X main.version=$(VERSION)'
LDFLAGS_NATIVE = -ldflags '-s -w -X main.version=$(VERSION)' LDFLAGS_NATIVE = -ldflags '-s -w -X main.version=$(VERSION)'