xref: /freebsd/sys/conf/std.nodebug (revision 9768746b)
1#
2# std.nodebug -- Disable the debug options found in the GENERIC kernel config.
3#
4
5nooptions	INVARIANTS
6nooptions	INVARIANT_SUPPORT
7nooptions	WITNESS
8nooptions	WITNESS_SKIPSPIN
9nooptions	DEBUG_VFS_LOCKS
10nooptions	BUF_TRACKING
11nooptions	FULL_BUF_TRACKING
12nooptions	DEADLKRES
13nooptions	COVERAGE
14nooptions	KCOV
15nooptions	MALLOC_DEBUG_MAXZONES
16nooptions	QUEUE_MACRO_DEBUG_TRASH
17
18# Net80211 debugging
19nooptions	IEEE80211_DEBUG
20
21# USB debugging
22nooptions	USB_DEBUG
23nooptions	HID_DEBUG
24
25# CAM debugging
26nooptions	CAMDEBUG
27nooptions	CAM_DEBUG_FLAGS
28