xref: /freebsd/sys/conf/std.nodebug (revision 21a37c3cc610d08d5f9d5319451b97f1a6a13320)
16eebda3bSAndrew Turner#
26eebda3bSAndrew Turner# std.nodebug -- Disable the debug options found in the GENERIC kernel config.
36eebda3bSAndrew Turner#
46eebda3bSAndrew Turner
56eebda3bSAndrew Turnernooptions	INVARIANTS
66eebda3bSAndrew Turnernooptions	INVARIANT_SUPPORT
76eebda3bSAndrew Turnernooptions	WITNESS
86eebda3bSAndrew Turnernooptions	WITNESS_SKIPSPIN
9*21a37c3cSKonstantin Belousovnooptions	DEBUG_VFS_LOCKS
106eebda3bSAndrew Turnernooptions	BUF_TRACKING
116eebda3bSAndrew Turnernooptions	FULL_BUF_TRACKING
126eebda3bSAndrew Turnernooptions	DEADLKRES
136eebda3bSAndrew Turnernooptions	COVERAGE
146eebda3bSAndrew Turnernooptions	KCOV
156eebda3bSAndrew Turnernooptions	MALLOC_DEBUG_MAXZONES
166eebda3bSAndrew Turnernooptions	QUEUE_MACRO_DEBUG_TRASH
176eebda3bSAndrew Turner
181c55b0ceSBjoern A. Zeeb# Net80211 debugging
191c55b0ceSBjoern A. Zeebnooptions	IEEE80211_DEBUG
201c55b0ceSBjoern A. Zeeb
216eebda3bSAndrew Turner# USB debugging
226eebda3bSAndrew Turnernooptions	USB_DEBUG
236eebda3bSAndrew Turnernooptions	HID_DEBUG
246eebda3bSAndrew Turner
256eebda3bSAndrew Turner# CAM debugging
266eebda3bSAndrew Turnernooptions	CAMDEBUG
276eebda3bSAndrew Turnernooptions	CAM_DEBUG_FLAGS
28