Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
take out -i flag to rely on go caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MHBauer committed Jul 3, 2018
1 parent dc9ad96 commit bc6cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif
BASEIMAGE?=gcr.io/google-containers/debian-base-$(ARCH):0.3

GO_BUILD = env CGO_ENABLED=0 GOOS=$(PLATFORM) GOARCH=$(ARCH) \
go build -i $(GOFLAGS) -a -tags netgo -installsuffix netgo \
go build $(GOFLAGS) -a -tags netgo -installsuffix netgo \
-ldflags '-s -w -X $(SC_PKG)/pkg.VERSION=$(VERSION) $(BUILD_LDFLAGS)'

BASE_PATH = $(ROOT:/src/github.com/kubernetes-incubator/service-catalog/=)
Expand Down

0 comments on commit bc6cc82

Please sign in to comment.