Skip to content

Commit

Permalink
Merge 13edd8a into 725b0df
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Jul 31, 2024
2 parents 725b0df + 13edd8a commit f8f7e30
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 f8f7e30

Please sign in to comment.