aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/ya.make
blob: f0771169f7364399d5f1214f9e9b279e8f289731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OWNER(g:yt)

IF (NOT OS_DARWIN AND NOT SANITIZER_TYPE)
    SET(YT_ALLOC_ENABLED yes)
ENDIF()

RECURSE(
    api
    impl
)

IF (YT_ALLOC_ENABLED)
    RECURSE(
        ut
        benchmarks 
    )
ENDIF()