Skip to content

Commit 00db6fb

Browse files
authored
remove no export for profile memory allocations builds (#9617)
1 parent 6862d3c commit 00db6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/apps/ydbd/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROGRAM(ydbd)
22

3-
IF (NOT SANITIZER_TYPE) # for some reasons some tests with asan are failed, see comment in CPPCOM-32
3+
IF (NOT SANITIZER_TYPE AND NOT PROFILE_MEMORY_ALLOCATIONS) # for some reasons some tests with asan are failed, see comment in CPPCOM-32
44
NO_EXPORT_DYNAMIC_SYMBOLS()
55
ENDIF()
66

0 commit comments

Comments
 (0)