Skip to content

Commit

Permalink
Makefile: Add linker flags to default build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Kästle committed Jun 11, 2024
1 parent ae115ce commit 860b83c
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 @@ -22,7 +22,7 @@ GO_LINKEROPTS := -ldflags $(GO_LINKERFLAGS)
GO_FILES = $(shell find . -iname '*.go')

build:
go build
go build $(GO_LINKEROPTS)

build-all: $(TARGET_arm6) $(TARGET_amd64) $(TARGET_386) $(TARGET_arm64) $(TARGET_riscv64)

Expand Down

0 comments on commit 860b83c

Please sign in to comment.