We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 725b0df + 13edd8a commit f8f7e30Copy full SHA for f8f7e30
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