mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
17 lines
368 B
Makefile
17 lines
368 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.msan_cxx-${CRTARCH}
|
|
|
|
SRCS+= msan/msan_new_delete.cpp
|
|
SRCS+= ubsan/ubsan_handlers_cxx.cpp
|
|
SRCS+= ubsan/ubsan_type_hash.cpp
|
|
SRCS+= ubsan/ubsan_type_hash_itanium.cpp
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
CXXFLAGS.ubsan_handlers_cxx.cpp= -frtti
|
|
CXXFLAGS.ubsan_type_hash.cpp= -frtti
|
|
CXXFLAGS.ubsan_type_hash_itanium.cpp= -frtti
|