summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-09-29 14:13:33 +0000
committerart <art@openbsd.org>1999-09-29 14:13:33 +0000
commitc9c3632bbe158a00a3156218691c8a825b3d3833 (patch)
tree184bd2ebc0812a28ef3cfc0e54cdd065f95785ae
parentsome SUN4* ifdefs (diff)
downloadwireguard-openbsd-c9c3632bbe158a00a3156218691c8a825b3d3833.tar.xz
wireguard-openbsd-c9c3632bbe158a00a3156218691c8a825b3d3833.zip
commented out profiling options
-rw-r--r--sys/conf/GENERIC4
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