Skip to content

Commit

Permalink
add missing build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 4, 2024
1 parent ed3e407 commit 36e167e
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 @@ -23,7 +23,7 @@ ifdef DEBUG
endif

build:
go build -ldflags $(BUILD_LDFLAGS) -o bin/relay ./cmd/relay
go build $(BUILD_FLAGS) -ldflags $(BUILD_LDFLAGS) -o bin/relay ./cmd/relay

build-linux-386:
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
Expand Down

0 comments on commit 36e167e

Please sign in to comment.