blob: 8e4d97497b8515445ecb2266b685201b1ef078d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.include <bsd.init.mk>
LIB= clang_rt.xray-basic-${CRTARCH}
CFLAGS+= -DSANITIZER_COMMON_NO_REDEFINE_BUILTINS
SRCS+= xray/xray_basic_flags.cpp
SRCS+= xray/xray_basic_logging.cpp
.include <bsd.lib.mk>
|