Refactored compressWithFilters().
This commit is contained in:
+1
-1
@@ -508,7 +508,7 @@ void PackTos::pack(OutputFile *fo)
|
||||
upx_compress_config_t cconf; cconf.reset();
|
||||
cconf.conf_ucl.max_match = 65535;
|
||||
cconf.conf_lzma.max_num_probs = 1846 + (768 << 4); // ushort: ~28KB stack
|
||||
compressWithFilters(&ft, 512, 0, NULL, &cconf);
|
||||
compressWithFilters(&ft, 512, &cconf);
|
||||
|
||||
//
|
||||
// multipass buildLoader()
|
||||
|
||||
Reference in New Issue
Block a user