Skip to content

Commit

Permalink
fixed vcs param
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed May 8, 2024
1 parent 2f41284 commit c857d58
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
@@ -1,7 +1,7 @@
NAME=homer-app

all:
CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o $(NAME)
CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -buildvcs=false -o $(NAME)
#go build -a -ldflags '-extldflags "-static"' -o $(NAME)

debug:
Expand Down

0 comments on commit c857d58

Please sign in to comment.