[PC-BSD Commits] r694 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 11 10:43:06 PDT 2007
Author: kris
Date: 2007-09-11 10:43:06 -0700 (Tue, 11 Sep 2007)
New Revision: 694
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Removed debugging from kernel to prepare for 1.4 release
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-09-11 17:37:40 UTC (rev 693)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-09-11 17:43:06 UTC (rev 694)
@@ -27,7 +27,7 @@
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-09-11 17:37:40 UTC (rev 693)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-09-11 17:43:06 UTC (rev 694)
@@ -27,7 +27,7 @@
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
More information about the Commits
mailing list