xref: /freebsd/sys/conf/std.nodebug (revision e9e8876a4d6afc1ad5315faaa191b25121a813d7)
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	BUF_TRACKING
10nooptions	FULL_BUF_TRACKING
11nooptions	DEADLKRES
12nooptions	COVERAGE
13nooptions	KCOV
14nooptions	MALLOC_DEBUG_MAXZONES
15nooptions	QUEUE_MACRO_DEBUG_TRASH
16
17# Net80211 debugging
18nooptions	IEEE80211_DEBUG
19
20# USB debugging
21nooptions	USB_DEBUG
22nooptions	HID_DEBUG
23
24# CAM debugging
25nooptions	CAMDEBUG
26nooptions	CAM_DEBUG_FLAGS
27