Skip to content

Commit

Permalink
tweaked upx option for better compression
Browse files Browse the repository at this point in the history
  • Loading branch information
xrfang committed May 17, 2021
1 parent ca01f06 commit ca31663
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 @@ -4,7 +4,7 @@ HASH=$(shell git log -n1 --pretty=format:%h)
REVS=$(shell git log --oneline|wc -l)
build: debug
upx:
upx -9 $(GOMOD)*
upx --best --lzma $(GOMOD)*
debug: setver compdbg
release: setver comprel upx
linux: export GOOS=linux
Expand Down

0 comments on commit ca31663

Please sign in to comment.