Actually generate and use pre-compressed stubs. Currently this is mainly
for testing as the self-packed upx binary does get _larger_ this way.
This commit is contained in:
+2
-2
@@ -161,8 +161,8 @@ endef
|
||||
|
||||
# default tools
|
||||
tc.default.bin2h = python $(top_srcdir)/src/stub/scripts/bin2h.py --ident=auto-stub
|
||||
##tc.default.bin2h-c = $(call tc,bin2h) --compress=upx-stub-deflate
|
||||
tc.default.bin2h-c = $(call tc,bin2h) --compress=none
|
||||
tc.default.bin2h-c = $(call tc,bin2h) --compress=upx-stub-deflate
|
||||
##tc.default.bin2h-c = $(call tc,bin2h) --compress=none
|
||||
tc.default.brandelf = python $(top_srcdir)/src/stub/scripts/brandelf.py $(if $(tc_bfdname),--bfdname=$(tc_bfdname))
|
||||
tc.default.gpp_inc = python $(top_srcdir)/src/stub/scripts/gpp_inc.py
|
||||
tc.default.gpp_mkdep = python $(top_srcdir)/src/stub/scripts/gpp_inc.py -o /dev/null
|
||||
|
||||
Reference in New Issue
Block a user