Skip to content

Commit

Permalink
Remove extra space in string.
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Macneil <adrian@foxglove.dev>
  • Loading branch information
dossy and amacneil authored Nov 26, 2023
1 parent 21242bd commit 524f9b5
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 @@ -8,7 +8,7 @@ OUTPUT ?= dbmate
GOOS := $(shell go env GOOS)
ifeq ($(GOOS),linux)
# statically link binaries to support alpine linux
override FLAGS := -tags netgo,osusergo,sqlite_omit_load_extension,sqlite_json -ldflags '-s -extldflags "-static"' $(FLAGS)
override FLAGS := -tags netgo,osusergo,sqlite_omit_load_extension,sqlite_json -ldflags '-s -extldflags "-static"' $(FLAGS)
else
# strip binaries
override FLAGS := -tags sqlite_omit_load_extension,sqlite_json -ldflags '-s' $(FLAGS)
Expand Down

0 comments on commit 524f9b5

Please sign in to comment.