瀏覽代碼

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


Loading…
取消
儲存