mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 20:49:40 -04:00
amd64 GENERIC: enable bloating kernel with ext errors strings
Reviewed by: brooks Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D50483
This commit is contained in:
parent
a56fe703c2
commit
8e8d3068dc
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
|
|||
options SCHED_ULE # ULE scheduler
|
||||
options NUMA # Non-Uniform Memory Architecture support
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
options BLOW_KERNEL_WITH_EXTERR
|
||||
options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
|
|
|
|||
Loading…
Reference in a new issue