We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6862d3c commit 00db6fbCopy full SHA for 00db6fb
ydb/apps/ydbd/ya.make
@@ -1,6 +1,6 @@
1
PROGRAM(ydbd)
2
3
-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
4
NO_EXPORT_DYNAMIC_SYMBOLS()
5
ENDIF()
6
0 commit comments