From e2332d626a03e29cea7e44c6f669e728bc25cd91 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 24 Apr 2017 21:45:28 +0200 Subject: [PATCH 150/310] Add ELECTRO_BLOAT_DEBUG which is ELECTRO_BLOAT plus debug settings Obtained from: ElectroBSD --- sys/amd64/conf/ELECTRO_BLOAT_DEBUG | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/amd64/conf/ELECTRO_BLOAT_DEBUG diff --git a/sys/amd64/conf/ELECTRO_BLOAT_DEBUG b/sys/amd64/conf/ELECTRO_BLOAT_DEBUG new file mode 100644 index 000000000000..2d06dcf4e2d8 --- /dev/null +++ b/sys/amd64/conf/ELECTRO_BLOAT_DEBUG @@ -0,0 +1,9 @@ +include ELECTRO_BLOAT + +ident ELECTRO_BLOAT_DEBUG + +options INVARIANTS # Enable calls of extra sanity checking +options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +options WITNESS # Enable checks to detect deadlocks and cycles +options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +options DEBUG_MEMGUARD -- 2.37.1