aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/memory_profiling/ya.make
blob: 8c26d79785a901bf2a913030937a7dc511c90d45 (plain) (blame)
1
2
3
4
5
6
7
LIBRARY()

IF (PROFILE_MEMORY_ALLOCATIONS)
    CFLAGS(GLOBAL -DPROFILE_MEMORY_ALLOCATIONS)
ENDIF()

END()