Arun Prakash Jana
4 vuotta sitten
vanhempi
commit
9f6808a35a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
4 lisäystä ja
0 poistoa
-
Makefile
|
|
@@ -166,6 +166,10 @@ uninstall: |
|
|
|
strip: $(BIN) |
|
|
|
$(STRIP) $^ |
|
|
|
|
|
|
|
upx: $(BIN) |
|
|
|
$(STRIP) $^ |
|
|
|
upx -qqq $^ |
|
|
|
|
|
|
|
static: |
|
|
|
# regular static binary |
|
|
|
make O_STATIC=1 strip |
|
|
|