Skip to content

Commit

Permalink
makefile: make sure we apppend to GOBULDFLAGS if user wants to add th…
Browse files Browse the repository at this point in the history
…eir own.
  • Loading branch information
pnx committed Oct 16, 2024
1 parent 84547e5 commit 6231142
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 @@

GO=go
GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION)
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
GOBUILDFLAGS+=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
PROGRAM=thalos-server
PROGRAM_VERSION ?= 1.1.5
PREFIX=/usr/local
Expand Down

0 comments on commit 6231142

Please sign in to comment.