Arun Prakash Jana
пре 4 година
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 измењених фајлова са
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 |
|
|
|