Skip to content

Commit

Permalink
Rescue asan tests (remove NO_EXPORT_DYNAMIC_SYMBOLS for them) (#7290)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Jul 31, 2024
1 parent e464b73 commit 8dde59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ydb/apps/ydbd/ya.make
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PROGRAM(ydbd)

NO_EXPORT_DYNAMIC_SYMBOLS()
IF (NOT SANITIZER_TYPE) # for some reasons some tests with asan are failed, see comment in CPPCOM-32
NO_EXPORT_DYNAMIC_SYMBOLS()
ENDIF()

IF (OS_LINUX)
ALLOCATOR(TCMALLOC_256K)
Expand Down

0 comments on commit 8dde59c

Please sign in to comment.