Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-xenpvh]: src/sys/arch/i386/conf build with -g on the branch



details:   https://anonhg.NetBSD.org/src/rev/954d617ff457
branches:  bouyer-xenpvh
changeset: 931037:954d617ff457
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 20 19:38:11 2020 +0000

description:
build with -g on the branch

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f512d57e6890 -r 954d617ff457 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Apr 20 18:50:46 2020 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Apr 20 19:38:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1227 2020/03/28 08:35:36 isaki Exp $
+# $NetBSD: GENERIC,v 1.1227.2.1 2020/04/20 19:38:11 bouyer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1227 $"
+#ident         "GENERIC-$Revision: 1.1227.2.1 $"
 
 maxusers       64              # estimated number of users
 
@@ -119,7 +119,7 @@
 #options       DDB_VERBOSE_HELP
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-#makeoptions   DEBUG="-g"      # compile full symbol table
+makeoptions    DEBUG="-g"      # compile full symbol table
 #options       KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)
 #options       UBSAN_ALWAYS_FATAL      # (optional) Panic on all kUBSan reports
 #options       SYSCALL_STATS   # per syscall counts



Home | Main Index | Thread Index | Old Index