diff --git a/r5dev/core/stdafx.h b/r5dev/core/stdafx.h index c102233b..915d9053 100644 --- a/r5dev/core/stdafx.h +++ b/r5dev/core/stdafx.h @@ -1,6 +1,10 @@ #pragma once #pragma message("Pre-compiling headers.\n") +#if defined(_DEBUG) || defined(_PROFILE) +#pragma message ("Profiling is turned on; do not release this binary!\n") +#endif // _DEBUG || _PROFILE + #define WIN32_LEAN_AND_MEAN // Prevent winsock2 redefinition. #include #include