Skip to content

Commit

Permalink
reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Oct 6, 2023
1 parent 71de713 commit 32fc635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROGNAME = hola-proxy
OUTSUFFIX = bin/$(PROGNAME)
VERSION := $(shell git describe)
BUILDOPTS = -a -tags netgo
BUILDOPTS = -a -tags netgo -trimpath
LDFLAGS = -ldflags '-s -w -extldflags "-static" -X main.version=$(VERSION)'
LDFLAGS_NATIVE = -ldflags '-s -w -X main.version=$(VERSION)'

Expand Down

0 comments on commit 32fc635

Please sign in to comment.