We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5676 commit 91c3154Copy full SHA for 91c3154
Makefile
@@ -7,7 +7,7 @@ GOARCH ?= amd64
7
build:
8
@echo "Compiling source for $(GOOS) $(GOARCH)"
9
@mkdir -p build
10
- GOOS=$(GOOS) GOARCH=$(GOARCH) go build $(GO_EXTRA_BUILD_ARGS) -ldflags "-X main.version=$(VERSION)" -o build/lora-gateway-bridge$(BINEXT) cmd/lora-gateway-bridge/main.go
+ @GOOS=$(GOOS) GOARCH=$(GOARCH) go build $(GO_EXTRA_BUILD_ARGS) -ldflags "-s -w -X main.version=$(VERSION)" -o build/lora-gateway-bridge$(BINEXT) cmd/lora-gateway-bridge/main.go
11
12
clean:
13
@echo "Cleaning up workspace"
0 commit comments