aports/testing/katana/10-set-GOFLAGS.patch
2026-01-06 15:04:36 +09:00

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