Skip to content

Commit a3d20f3

Browse files
authored
Move sanitizer to separate flag (#8999)
1 parent bd51734 commit a3d20f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/library/actors/core/executor_pool_basic.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919

2020
namespace NActors {
2121

22-
#ifndef NDEBUG
22+
#ifdef ACTOR_SANITIZER
2323
constexpr bool DebugMode = true;
2424
#else
2525
constexpr bool DebugMode = false;
2626
#endif
2727

2828

29-
3029
LWTRACE_USING(ACTORLIB_PROVIDER);
3130

3231

0 commit comments

Comments
 (0)