summaryrefslogtreecommitdiff
path: root/user/gitlab-runner/gccgo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/gitlab-runner/gccgo.patch')
-rw-r--r--user/gitlab-runner/gccgo.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/gitlab-runner/gccgo.patch b/user/gitlab-runner/gccgo.patch
index 217fb8331..6c10893c7 100644
--- a/user/gitlab-runner/gccgo.patch
+++ b/user/gitlab-runner/gccgo.patch
@@ -35,8 +35,9 @@
@@ -114,7 +110,7 @@ build: $(GOX)
build_simple: $(GOPATH_SETUP)
# Building $(NAME) in version $(VERSION) for current platform
- go build \
+- go build \
- -ldflags "$(GO_LDFLAGS)" \
++ go build -v \
+ -gccgoflags "$(GO_LDFLAGS)" \
-o "out/binaries/$(NAME)" \
$(PKG)