diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-11 20:55:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-11 20:55:42 +0000 |
commit | 85635527db07dff3a9e08ac91e10bef00881bbe2 (patch) | |
tree | 6c885aacbad0fc87b176cdc0c245c73ba86ef4a9 /sys/arch/i386 | |
parent | c36bacfb720164b2759c53b5dbd5449fe2e37a27 (diff) |
-g linking takes to much time
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/OPRAH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH index c4d511641eb..be42946948a 100644 --- a/sys/arch/i386/conf/OPRAH +++ b/sys/arch/i386/conf/OPRAH @@ -1,4 +1,4 @@ -# $OpenBSD: OPRAH,v 1.18 1997/09/26 16:43:00 kstailey Exp $ +# $OpenBSD: OPRAH,v 1.19 1997/11/11 20:55:41 niklas Exp $ # # OPRAH -- Niklas Hallqvist's test machine # @@ -21,7 +21,7 @@ option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option DDB # in-kernel debugger -makeoptions DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internally consistency checks option KTRACE # system call tracing, a la ktrace(1) option BOOT_CONFIG # User kernel config |