diff --git a/source/mijin/async/coroutine.hpp b/source/mijin/async/coroutine.hpp index 07c7782..a45c878 100644 --- a/source/mijin/async/coroutine.hpp +++ b/source/mijin/async/coroutine.hpp @@ -6,11 +6,7 @@ #if !defined(MIJIN_COROUTINE_ENABLE_DEBUG_INFO) -#if defined(MIJIN_DEBUG) -# define MIJIN_COROUTINE_ENABLE_DEBUG_INFO 1 -#else -# define MIJIN_COROUTINE_ENABLE_DEBUG_INFO 0 -#endif +# define MIJIN_COROUTINE_ENABLE_DEBUG_INFO 0 // Capture stack each time a coroutine is started. Warning, expensive! // TODO: maybe implement a lighter version only storing the return address? #endif #include