Arun Prakash Jana
4 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
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 |
|
|