summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-02-15 08:53:17 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-02-15 08:53:17 +0000
commite516bbe006d49760486894e5a3bf0a758d57a188 (patch)
tree8ab8bf5197e17bee7542176142803f1572fc0a2d /linux
parentdd6d4e881eb3f23c500758df170c93d008136518 (diff)
downloadrsyslog-e516bbe006d49760486894e5a3bf0a758d57a188.tar.gz
rsyslog-e516bbe006d49760486894e5a3bf0a758d57a188.tar.xz
rsyslog-e516bbe006d49760486894e5a3bf0a758d57a188.zip
preparing for 1.12.2 release
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 353445a2..5ba380ba 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -33,11 +33,11 @@ FEATURE_REGEXP=1
# Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!)
FEATURE_RFC3195=0
-# Enable multithreading via pthreads (very experimental!)
+# Enable multithreading via pthreads (experimental!)
FEATURE_PTHREADS=1
# Enable debug mode (much slower code)
-FEATURE_DEBUG=1
+FEATURE_DEBUG=0
# The following defines tell us where liblogging is located. This
# is only needed if we build with RFC 3195 support. By default,