Add upx -1 option

This commit is contained in:
Ettore Di Giacinto
2020-06-12 18:47:18 +02:00
parent 6b8f412138
commit bb41a0c074

View File

@@ -68,7 +68,7 @@ build:
.PHONY: build-small
build-small:
@$(MAKE) LDFLAGS+="-s -w" build
upx --brute $(NAME)
upx --brute -1 $(NAME)
.PHONY: image
image: