From 509ab8261fd28ce1a3e993ea5d74ef67cc2d1d1b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 19 Apr 2006 08:45:21 +0000 Subject: [PATCH] Avoid code bloat in the official builds. committer: mfx 1145436321 +0000 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index efe70943..d7b9fbe3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1120,7 +1120,7 @@ void upx_sanity_check(void) assert(memcmp(UPX_VERSION_DATE + strlen(UPX_VERSION_DATE) - 4, UPX_VERSION_YEAR, 4) == 0); #if 1 -# if 1 +# if 1 && !defined(UPX_OFFICIAL_BUILD) assert(TestBELE::test()); assert(TestBELE::test()); assert(TestBELE::test());