aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/std.nodebug
blob: 38eb77c8d3a731322cb4460c2a1ab25f826a60b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# std.nodebug -- Disable the debug options found in the GENERIC kernel config.
#

nooptions	INVARIANTS
nooptions	INVARIANT_SUPPORT
nooptions	DIAGNOSTIC
nooptions	WITNESS
nooptions	WITNESS_SKIPSPIN
nooptions	DEBUG_VFS_LOCKS
nooptions	BUF_TRACKING
nooptions	FULL_BUF_TRACKING
nooptions	DEADLKRES
nooptions	COVERAGE
nooptions	KCOV
nooptions	MALLOC_DEBUG_MAXZONES
nooptions	QUEUE_MACRO_DEBUG_TRASH

# Net80211 debugging
nooptions	IEEE80211_DEBUG

# USB debugging
nooptions	USB_DEBUG
nooptions	HID_DEBUG

# CAM debugging
nooptions	CAMDEBUG
nooptions	CAM_DEBUG_FLAGS