Arun Prakash Jana
4 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
4 additions and
0 deletions
-
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 |
|
|