Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/libclang_rt/xray-fdr/Makefile
48150 views
.include <bsd.init.mk>

LIB=		clang_rt.xray-fdr-${CRTARCH}

CFLAGS+=	-DSANITIZER_COMMON_NO_REDEFINE_BUILTINS

SRCS+=		xray/xray_fdr_flags.cpp
SRCS+=		xray/xray_fdr_logging.cpp

.include <bsd.lib.mk>