From b72e0f3060acd97811599afd94359d995b2e9eaa Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 23 Jul 2017 02:27:03 +0200 Subject: [PATCH] Disable debugging section. --- src/p_lx_elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index dcf54472..1b8daa00 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -1131,7 +1131,7 @@ PackLinuxElf64::buildLinuxLoader( if (r != UPX_E_OK || h.sz_cpr >= h.sz_unc) throwInternalError("loader compression failed"); } -#if 1 //{ debugging only +#if 0 //{ debugging only if (M_IS_LZMA(ph.method)) { ucl_uint tmp_len = h.sz_unc; // LZMA uses this as EOF unsigned char *tmp = New(unsigned char, tmp_len);