浏览代码

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: $(BIN)
$(STRIP) $^ $(STRIP) $^


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

static: static:
# regular static binary # regular static binary
make O_STATIC=1 strip make O_STATIC=1 strip


||||||
x
 
000:0
正在加载...
取消
保存