mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-07 21:36:41 +02:00
12 lines
214 B
Diff
12 lines
214 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,7 +3,7 @@
|
|
GOBUILD=$(GOCMD) build
|
|
GOMOD=$(GOCMD) mod
|
|
GOTEST=$(GOCMD) test
|
|
-GOFLAGS := -v
|
|
+GOFLAGS += -v
|
|
# This should be disabled if the binary uses pprof
|
|
LDFLAGS := -s -w
|
|
|