summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf/GENERIC
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/conf/GENERIC')
-rw-r--r--sys/ia64/conf/GENERIC8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index effabbc..9c6f5a0 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -29,7 +29,7 @@ maxusers 32
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"
-#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options INET #InterNETworking
options INET6 #IPv6 communications protocols
@@ -53,6 +53,12 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
+# Debugging for use in -current
+options DDB
+options INVARIANTS
+options INVARIANT_SUPPORT
+options WITNESS
+
# Standard busses
device isa
device pci
OpenPOWER on IntegriCloud