Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152322695
D37295.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
334 B
Referenced Files
None
Subscribers
None
D37295.diff
View Options
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -134,5 +134,10 @@
WARNS?= 2
+# Disable thread safety analysis since it only finds very simple bugs and
+# yields many false positives.
+NO_WTHREAD_SAFETY=
+
SUBDIR= kbdlayout
+
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 15, 4:07 AM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31518588
Default Alt Text
D37295.diff (334 B)
Attached To
Mode
D37295: bhyve: Disable thread safety analysis by the compiler
Attached
Detach File
Event Timeline
Log In to Comment