blob: 0aa0dbb602ee5971eb1f22d761ef18e6e7144a41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.include <bsd.init.mk>
LIB= clang_rt.xray-profiling-${CRTARCH}
CFLAGS+= -DSANITIZER_COMMON_NO_REDEFINE_BUILTINS
SRCS+= xray/xray_profile_collector.cpp
SRCS+= xray/xray_profiling.cpp
SRCS+= xray/xray_profiling_flags.cpp
.include <bsd.lib.mk>
|