diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 07:41:01 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 07:41:01 +0000 |
commit | ecc67f4b834132072cbe9055546ec339d1b9f61f (patch) | |
tree | 4a20f0e66c995e55667926f29cf005adaff2d28a | |
parent | 85face61a2baf885e279fbc977ce1e1b73e7ba2a (diff) | |
download | rsyslog-ecc67f4b834132072cbe9055546ec339d1b9f61f.tar.gz rsyslog-ecc67f4b834132072cbe9055546ec339d1b9f61f.tar.xz rsyslog-ecc67f4b834132072cbe9055546ec339d1b9f61f.zip |
fixed yet another few glitches for release...
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 45299baa..a24a9846 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -37,7 +37,7 @@ FEATURE_RFC3195=0 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, |