diff --git a/panda/src/tinydisplay/msghandling.cxx b/panda/src/tinydisplay/msghandling.cxx index c5b10614d8..c72c59bf81 100644 --- a/panda/src/tinydisplay/msghandling.cxx +++ b/panda/src/tinydisplay/msghandling.cxx @@ -1,7 +1,10 @@ #include #include +#ifndef NDEBUG +// Question: doesn't having this kinda defeat the purpose? #define NDEBUG +#endif #ifdef NDEBUG #define NO_DEBUG_OUTPUT