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 ed3e407 commit 36e167eCopy full SHA for 36e167e
Makefile
@@ -23,7 +23,7 @@ ifdef DEBUG
23
endif
24
25
build:
26
- go build -ldflags $(BUILD_LDFLAGS) -o bin/relay ./cmd/relay
+ go build $(BUILD_FLAGS) -ldflags $(BUILD_LDFLAGS) -o bin/relay ./cmd/relay
27
28
build-linux-386:
29
CGO_ENABLED=1 GOOS=linux GOARCH=386 CC="zig cc -target x86-linux" go build $(BUILD_FLAGS) -ldflags $(BUILD_LDFLAGS) -o dist/relay_linux_386 ./cmd/relay
0 commit comments