Skip to content

Commit

Permalink
Use NO_EXPORT_DYNAMIC_SYMBOLS() for ydbd in order to reduce binary si…
Browse files Browse the repository at this point in the history
…ze (#5690)
  • Loading branch information
maximyurchuk authored Jun 20, 2024
1 parent 45d4b7c commit a76e298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/apps/ydbd/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PROGRAM(ydbd)

NO_EXPORT_DYNAMIC_SYMBOLS()

IF (OS_LINUX)
ALLOCATOR(TCMALLOC_256K)
ENDIF()
Expand Down

0 comments on commit a76e298

Please sign in to comment.