This commit is contained in:
Arun Prakash Jana 2020-11-02 00:01:28 +05:30
parent 7b233c215c
commit 9f6808a35a
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -166,6 +166,10 @@ uninstall:
strip: $(BIN)
$(STRIP) $^
upx: $(BIN)
$(STRIP) $^
upx -qqq $^
static:
# regular static binary
make O_STATIC=1 strip