Skip to content

Commit

Permalink
change build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DesSolo committed Feb 12, 2021
1 parent 79a42c9 commit 976daf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BINARIES_DIRECTORY = bin
MAIN_FILE = cmd/main.go
PROJECT_NAME = $(shell basename "$(PWD)")
VERSION = $(shell cat VERSION)
LDFLAGS = "-X main.version=${VERSION}"
LDFLAGS = "-w -s -X main.version=${VERSION}"
OS := $(shell uname)

clean:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.2.1

0 comments on commit 976daf8

Please sign in to comment.