diff --git a/src/cube/pch.hpp b/src/cube/pch.hpp index 2bd052120..a44ab4f31 100644 --- a/src/cube/pch.hpp +++ b/src/cube/pch.hpp @@ -38,7 +38,10 @@ #pragma once -//extern "C" void tss_cleanup_implemented(void){} +#ifndef _DEBUG + // To be able to UPX the released executable + extern "C" void tss_cleanup_implemented(void){} +#endif ////////////////////////////////////////////////////////////////////////////// // dependencies