Skip to content

Commit f8f7e30

Browse files
authored
Merge 13edd8a into 725b0df
2 parents 725b0df + 13edd8a commit f8f7e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/apps/ydbd/ya.make

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PROGRAM(ydbd)
22

3-
NO_EXPORT_DYNAMIC_SYMBOLS()
3+
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()
46

57
IF (OS_LINUX)
68
ALLOCATOR(TCMALLOC_256K)

0 commit comments

Comments
 (0)