We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c6975 commit 5e9d2bbCopy full SHA for 5e9d2bb
ydb/library/actors/core/executor_pool_basic.cpp
@@ -18,7 +18,7 @@
18
19
namespace NActors {
20
21
-#ifdef NDEBUG
+#ifndef NDEBUG
22
constexpr bool DebugMode = true;
23
#else
24
constexpr bool DebugMode = false;
0 commit comments