diff options
author | 1999-09-29 14:13:33 +0000 | |
---|---|---|
committer | 1999-09-29 14:13:33 +0000 | |
commit | c9c3632bbe158a00a3156218691c8a825b3d3833 (patch) | |
tree | 184bd2ebc0812a28ef3cfc0e54cdd065f95785ae | |
parent | some SUN4* ifdefs (diff) | |
download | wireguard-openbsd-c9c3632bbe158a00a3156218691c8a825b3d3833.tar.xz wireguard-openbsd-c9c3632bbe158a00a3156218691c8a825b3d3833.zip |
commented out profiling options
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 89bebe27af2..a7330a200a2 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.53 1999/09/29 00:01:49 angelos Exp $ +# $OpenBSD: GENERIC,v 1.54 1999/09/29 14:13:33 art Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -14,6 +14,8 @@ option DEVPAGER # mmap() of devices option DDB # in-kernel debugger #makeoptions DEBUG="-g" # compile full symbol table +#makeoptions PROF="-pg" # build profiled kernel +#option GPROF # kernel profiling, kgmon(8) option DIAGNOSTIC # internal consistency checks option KTRACE # system call tracing, a la ktrace(1) option KMEMSTATS # collect malloc(9) statistics |