diff --git a/intern/ghost/intern/GHOST_Debug.hh b/intern/ghost/intern/GHOST_Debug.hh index 544e271e6ef..58af6fcdf53 100644 --- a/intern/ghost/intern/GHOST_Debug.hh +++ b/intern/ghost/intern/GHOST_Debug.hh @@ -62,8 +62,8 @@ } \ } \ ((void)0) -/* Assert in non-release builds too. */ -#elif defined(WITH_GHOST_DEBUG) || (!defined(NDEBUG)) +/* Show the failure in non-release builds too. */ +#elif !defined(NDEBUG) # define GHOST_ASSERT(x, info) \ { \ if (!(x)) { \