Default all builds to not have debug information. Significantly
reduces disk space needed for a make release, especially if using dwarf2 debug.
This commit is contained in:
parent
b805fdb7fa
commit
d35277ea35
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ADI_BRH,v 1.7 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.8 2003/09/06 10:00:51 rearnsha Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
|
@ -131,7 +131,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=210000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INTEGRATOR,v 1.14 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.15 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
|
@ -132,7 +132,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code
|
|||
#options IPKDB # remote kernel debugging
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ31244,v 1.3 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: IQ31244,v 1.4 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -130,7 +130,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=200000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80310,v 1.24 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: IQ80310,v 1.25 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -131,7 +131,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=210000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80321,v 1.18 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: IQ80321,v 1.19 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -130,7 +130,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=220000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IXM1200,v 1.5 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: IXM1200,v 1.6 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -128,7 +128,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code
|
|||
options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=200000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -125,7 +125,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
#options KGDB
|
||||
#options DEBUG_KGDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
#options SYMTAB_SPACE=200000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NAPPI,v 1.6 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: NAPPI,v 1.7 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
|
@ -122,7 +122,7 @@ options PMAP_DEBUG # Enable pmap_debug_level code
|
|||
options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=200000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMDK2410,v 1.4 2003/08/29 13:54:03 bsh Exp $
|
||||
# $NetBSD: SMDK2410,v 1.5 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# SMDK2410 -- Samsung's S3C2410 evaluation board.
|
||||
#
|
||||
|
@ -145,7 +145,7 @@ options USERCONF # userconf(4) support
|
|||
#options DEBUG_KGDB
|
||||
#options DDB # in-kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
config netbsd root on ? type ?
|
||||
|
||||
# The main bus device
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMDK2800,v 1.3 2003/05/23 14:23:47 thorpej Exp $
|
||||
# $NetBSD: SMDK2800,v 1.4 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# SMDK2800 -- Samsung's S3C2800 evaluation board.
|
||||
#
|
||||
|
@ -134,7 +134,7 @@ options DIAGNOSTIC # internal consistency checks
|
|||
#options DEBUG_KGDB
|
||||
#options DDB # in-kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
config netbsd root on ? type ?
|
||||
|
||||
# The main bus device
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TEAMASA_NPWR,v 1.26 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.27 2003/09/06 10:00:52 rearnsha Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
|
@ -137,7 +137,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=210000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ZAO425,v 1.7 2003/06/14 19:32:54 thorpej Exp $
|
||||
# $NetBSD: ZAO425,v 1.8 2003/09/06 10:00:53 rearnsha Exp $
|
||||
#
|
||||
# ZAO425 -- Intel IXP425
|
||||
#
|
||||
|
@ -134,7 +134,7 @@ options DIAGNOSTIC # internally consistency checks
|
|||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=210000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
Loading…
Reference in New Issue