diff options
Diffstat (limited to 'user/gitlab-runner/gccgo.patch')
-rw-r--r-- | user/gitlab-runner/gccgo.patch | 3 |
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) |