Arun Prakash Jana пре 4 година
родитељ
комит
9f6808a35a
No known key found for this signature in database GPG Key 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…
Откажи
Сачувај