mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-29 10:21:38 +02:00
12 lines
212 B
Diff
12 lines
212 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,7 +3,7 @@
|
|
GOBUILD=$(GOCMD) build
|
|
GOMOD=$(GOCMD) mod
|
|
GOTEST=$(GOCMD) test
|
|
-GOFLAGS := -v
|
|
+GOFLAGS := $(GOFLAGS) -v
|
|
LDFLAGS := -s -w
|
|
|
|
ifneq ($(shell go env GOOS),darwin)
|