opnsense-src/sys/conf/std.nodebug
Konstantin Belousov 2b005e8968 Exclude DEBUG_VFS_LOCKS from non-debug kernel configs
MFC note: this is nop on stable branch where debug options are not
included into the shipped config outright.

(cherry picked from commit 21a37c3cc6)
2022-06-05 04:23:20 +03:00

27 lines
542 B
Text

#
# std.nodebug -- Disable the debug options found in the GENERIC kernel config.
#
nooptions INVARIANTS
nooptions INVARIANT_SUPPORT
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