Module Name:    src
Committed By:   reinoud
Date:           Mon Aug 22 15:28:34 UTC 2011

Modified Files:
        src/sys/arch/usermode/conf: GENERIC

Log Message:
Change standard settings in sys/arch/usermode/conf/GENERIC so to get a better
debugging environment.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/usermode/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/usermode/conf/GENERIC
diff -u src/sys/arch/usermode/conf/GENERIC:1.10 src/sys/arch/usermode/conf/GENERIC:1.11
--- src/sys/arch/usermode/conf/GENERIC:1.10	Sun Aug 21 15:08:43 2011
+++ src/sys/arch/usermode/conf/GENERIC	Mon Aug 22 15:28:34 2011
@@ -1,12 +1,12 @@
-# $NetBSD: GENERIC,v 1.10 2011/08/21 15:08:43 reinoud Exp $
+# $NetBSD: GENERIC,v 1.11 2011/08/22 15:28:34 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options 	INCLUDE_CONFIG_FILE
-#ident 		"GENERIC-$Revision: 1.10 $"
+#ident 		"GENERIC-$Revision: 1.11 $"
 maxusers 	32
 
-makeoptions	DEBUG="-g3"
+makeoptions	DEBUG="-O1 -g3"
 
 #options 	MEMSIZE=65536	# amount of memory to allocate (in KB)
 options 	MEMSIZE=131072	# amount of memory to use for userland (in KB)
@@ -19,8 +19,8 @@
 options 	SYSVSEM
 options 	SYSVSHM
 
-#options 	DEBUG
-#options 	DIAGNOSTIC
+options 	DEBUG
+options 	DIAGNOSTIC
 #options 	LOCKDEBUG
 
 options 	COMPAT_BSDPTY

Reply via email to