diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 09:30:26 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 09:30:26 +0000 |
commit | f604d64776c0c16b7b02dcc1a1707ebade65f5f0 (patch) | |
tree | e6c098364d030c1d98d70e4d2e0ffab9e56ab892 /linux | |
parent | 11669d05e9aad7baff48776ad595ddf3abfb02b4 (diff) | |
download | rsyslog-f604d64776c0c16b7b02dcc1a1707ebade65f5f0.tar.gz rsyslog-f604d64776c0c16b7b02dcc1a1707ebade65f5f0.tar.xz rsyslog-f604d64776c0c16b7b02dcc1a1707ebade65f5f0.zip |
housekeeping for next release
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index a24a9846..45299baa 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=0 +FEATURE_DEBUG=1 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, |