diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 1f2e1031bf8a..bd78a3362672 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -134,5 +134,10 @@ CFLAGS+=-DGDB_LOG WARNS?= 2 +# Disable thread safety analysis since it only finds very simple bugs and +# yields many false positives. +NO_WTHREAD_SAFETY= + SUBDIR= kbdlayout + .include