Module Name:    src
Committed By:   martin
Date:           Sun Mar 28 08:39:31 UTC 2021

Modified Files:
        src/sys/arch/macppc/conf: POWERMAC_G5

Log Message:
Remove makeoptions DEBUG="-g" - we have better ways to achieve the same
(build.sh kernel.gdb= or MKKDEBUG=yes)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/macppc/conf/POWERMAC_G5

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/macppc/conf/POWERMAC_G5
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.45 src/sys/arch/macppc/conf/POWERMAC_G5:1.46
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.45	Sun Mar 28 08:34:18 2021
+++ src/sys/arch/macppc/conf/POWERMAC_G5	Sun Mar 28 08:39:31 2021
@@ -52,8 +52,6 @@ options 	DDB_HISTORY_SIZE=512	# enable h
 options 	TRAP_PANICWAIT
 #options 	DDB_COMMANDONENTER="bt"
 
-makeoptions 	DEBUG="-g"	# compile full symbol table
-
 # Compatibility options
 include 	"conf/compat_netbsd70.config"
 #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.

Reply via email to