Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Build in full debug symbols by default.
details: https://anonhg.NetBSD.org/src/rev/515f14bea37d
branches: trunk
changeset: 941666:515f14bea37d
user: rin <rin%NetBSD.org@localhost>
date: Mon Oct 26 06:21:49 2020 +0000
description:
Build in full debug symbols by default.
diffstat:
sys/arch/amiga/conf/GENERIC.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r dd4dd9ea1bd8 -r 515f14bea37d sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Mon Oct 26 04:09:32 2020 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Mon Oct 26 06:21:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.146 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.146 $"
+#ident "GENERIC-$Revision: 1.147 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os -fno-omit-frame-pointer"
@@ -226,6 +226,7 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options DIAGNOSTIC # Extra kernel sanity checks
#options DEBUG # Enable misc. kernel debugging code
+makeoptions DEBUG="-g" # compile full symbol table
#options SYSCALL_DEBUG # debug all syscalls.
#options SCSIDEBUG # Add SCSI debugging statements
#options PANICBUTTON # Forced crash via keypress (?)
Home |
Main Index |
Thread Index |
Old Index