more trimpath for reproducibility

This commit is contained in:
Vladislav Yarmak 2023-10-08 15:23:11 +03:00
parent 2581ac09f9
commit 11f84271cd

View file

@ -1,7 +1,7 @@
PROGNAME = opera-proxy
OUTSUFFIX = bin/$(PROGNAME)
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_NATIVE = -ldflags '-s -w -X main.version=$(VERSION)'