diff options
| author | Vitalii Gridnev <[email protected]> | 2024-09-23 12:16:22 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-23 12:16:22 +0300 |
| commit | 00db6fbb6b6475862f87d895bab3b0cad44a6dcd (patch) | |
| tree | 46fa41038c9e590cf9268251fa27b766f212405f | |
| parent | 6862d3c0e8769366a7221ccabe621a18ff0549bf (diff) | |
remove no export for profile memory allocations builds (#9617)
| -rw-r--r-- | ydb/apps/ydbd/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/apps/ydbd/ya.make b/ydb/apps/ydbd/ya.make index 12d685e849f..967ff8945bf 100644 --- a/ydb/apps/ydbd/ya.make +++ b/ydb/apps/ydbd/ya.make @@ -1,6 +1,6 @@ PROGRAM(ydbd) -IF (NOT SANITIZER_TYPE) # for some reasons some tests with asan are failed, see comment in CPPCOM-32 +IF (NOT SANITIZER_TYPE AND NOT PROFILE_MEMORY_ALLOCATIONS) # for some reasons some tests with asan are failed, see comment in CPPCOM-32 NO_EXPORT_DYNAMIC_SYMBOLS() ENDIF() |
