mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
Makefile: adding "-p" flag to GOBUILDFLAGS
This commit is contained in:
parent
054d11e329
commit
08ce37141c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
GO=go
|
GO=go
|
||||||
GOBUILDFLAGS=-v -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)"
|
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)"
|
||||||
PROGRAM=thalos-server
|
PROGRAM=thalos-server
|
||||||
PROGRAM_VERSION=0.1.2
|
PROGRAM_VERSION=0.1.2
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue