diff options
author | 1997-11-11 20:55:41 +0000 | |
---|---|---|
committer | 1997-11-11 20:55:41 +0000 | |
commit | 602dfd4a50956e33125a36e7ac2efd3e253425c1 (patch) | |
tree | 2e5bfc846a1a4edf08c3703e3ae78cc84b9c540c | |
parent | Add AST and wdc1, pretty some (diff) | |
download | wireguard-openbsd-602dfd4a50956e33125a36e7ac2efd3e253425c1.tar.xz wireguard-openbsd-602dfd4a50956e33125a36e7ac2efd3e253425c1.zip |
-g linking takes to much time
-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 |