Browse Source

make target upx (https://upx.github.io/)

master
Arun Prakash Jana 4 years ago
parent
commit
9f6808a35a
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@@ -166,6 +166,10 @@ uninstall:
strip: $(BIN)
$(STRIP) $^

upx: $(BIN)
$(STRIP) $^
upx -qqq $^

static:
# regular static binary
make O_STATIC=1 strip


Loading…
Cancel
Save