We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703625d commit 3597789Copy full SHA for 3597789
Makefile
@@ -8,7 +8,7 @@ VERSION := 0.4.8
8
PROMETHEUS_TAG := github.com/prometheus/common/version
9
KVM_PKG_NAME := github.com/jetkvm/kvm
10
11
-GO_BUILD_ARGS := -tags netgo -tags timetzdata
+GO_BUILD_ARGS := -tags netgo,timetzdata,nomsgpack
12
GO_RELEASE_BUILD_ARGS := -trimpath $(GO_BUILD_ARGS)
13
GO_LDFLAGS := \
14
-s -w \
0 commit comments