Skip to content

Commit e2113ec

Browse files
authored
24-3 Rescue asan tests (remove NO_EXPORT_DYNAMIC_SYMBOLS for them) (#7311)
1 parent b99f854 commit e2113ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/apps/ydbd/ya.make

Lines changed: 3 additions & 1 deletion
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)