mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Comment out KDB/DDB related options for N32 kernel.
DDB files have warnings in this ABI which will break the kernel build unless Werror is ignored Reported by: bz
This commit is contained in:
parent
5847215098
commit
dafdd69986
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224143
@ -63,11 +63,11 @@ options NO_SWAPPING
|
||||
|
||||
#Debugging options
|
||||
options KTRACE # ktrace(1) support
|
||||
options DDB
|
||||
options KDB
|
||||
options GDB
|
||||
options BREAK_TO_DEBUGGER
|
||||
options ALT_BREAK_TO_DEBUGGER
|
||||
#options DDB
|
||||
#options KDB
|
||||
#options GDB
|
||||
#options BREAK_TO_DEBUGGER
|
||||
#options ALT_BREAK_TO_DEBUGGER
|
||||
#options DEADLKRES #Enable the deadlock resolver
|
||||
#options INVARIANTS #Enable calls of extra sanity checking
|
||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
||||
|
Loading…
Reference in New Issue
Block a user