summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-09-29 14:13:34 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-09-29 14:13:34 +0000
commitb40746f0bf85e79605c2c859c3b105502e37b8ee (patch)
tree96c42cd922aba71c34128d7fc33d6de687fb0d51
parentff916b2fd23cde2528fa7a671d6d310e643624ec (diff)
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