summaryrefslogtreecommitdiff
path: root/sys/conf/std.nodebug
Commit message (Collapse)AuthorAgeFilesLines
* std.nodebug: remove DIAGNOSTIC from debug configsKonstantin Belousov2023-08-181-0/+1
| | | | | Sponsored by: The FreeBSD Foundation MFC after: 1 week
* Exclude DEBUG_VFS_LOCKS from non-debug kernel configsKonstantin Belousov2022-02-021-0/+1
| | | | | Sponsored by: The FreeBSD Foundation MFC after: 1 week
* std.nodebug: turn off net80211 debugging as wellBjoern A. Zeeb2021-11-241-0/+3
| | | | | | | | Add IEEE80211_DEBUG to turn off some net80211 debbugging for no-debug builds. Sponsored by: The FreeBSD Foundation MFC after: 10 days
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-0/+23
This is the superset of the nooptions found in the -DEBUG kernels. Reviewed by: emaste, manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D28152