1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Remove debugging code.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-06-29 07:00:06 +02:00
parent 0d80173efd
commit d7261b7a78

View File

@ -195,7 +195,7 @@ int upx_lzma_compress ( const upx_bytep src, unsigned src_len,
pr[4].uintVal = 2; pr[4].uintVal = 2;
pr[5].uintVal = 64; // 5.. pr[5].uintVal = 64; // 5..
pr[6].uintVal = 0; pr[6].uintVal = 0;
#if 1 #if 0
// DEBUG - set sizes so that we use a maxmimum amount of stack. // DEBUG - set sizes so that we use a maxmimum amount of stack.
// These settings cause res->num_probs == 3147574, i.e. we will // These settings cause res->num_probs == 3147574, i.e. we will
// need about 6 MB of stack during runtime decompression. // need about 6 MB of stack during runtime decompression.