mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
Makefile: skip --buildmode=pie flag in GOBUILDFLAGS
This commit is contained in:
parent
ae5dabff36
commit
b6d91f396b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
GO=go
|
||||
GOBUILDFLAGS=-v --buildmode=pie -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)"
|
||||
GOBUILDFLAGS=-v -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)"
|
||||
PROGRAM=thalos-server
|
||||
PROGRAM_VERSION=0.1.0
|
||||
PREFIX=/usr/local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue