浏览代码

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

master
Arun Prakash Jana 4 年前
父节点
当前提交
9f6808a35a
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile 查看文件

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

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

static:
# regular static binary
make O_STATIC=1 strip


正在加载...
取消
保存