We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e04e6 commit 13edd8aCopy full SHA for 13edd8a
ydb/apps/ydbd/ya.make
@@ -1,6 +1,8 @@
1
PROGRAM(ydbd)
2
3
-NO_EXPORT_DYNAMIC_SYMBOLS()
+IF (NOT SANITIZER_TYPE) # for some reasons some tests with asan are failed, see comment in CPPCOM-32
4
+ NO_EXPORT_DYNAMIC_SYMBOLS()
5
+ENDIF()
6
7
IF (OS_LINUX)
8
ALLOCATOR(TCMALLOC_256K)
0 commit comments