diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 15:05:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 15:05:11 +0000 |
commit | e34ca1e7d952906fd2593850e3be47252211649c (patch) | |
tree | 191925e6cb7205a130bce6aae78e9f6924850293 /master.make | |
parent | caf76db7c08183bc23167687702cb8652c254337 (diff) | |
download | rsyslog-e34ca1e7d952906fd2593850e3be47252211649c.tar.gz rsyslog-e34ca1e7d952906fd2593850e3be47252211649c.tar.xz rsyslog-e34ca1e7d952906fd2593850e3be47252211649c.zip |
on the way to adding property-based filters - right before changing
cfline()
Diffstat (limited to 'master.make')
-rw-r--r-- | master.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master.make b/master.make index da51843f..6b42d26c 100644 --- a/master.make +++ b/master.make @@ -11,7 +11,7 @@ #LDFLAGS= -g -Wall -fno-omit-frame-pointer #CFLAGS= -DSYSV -g -Wall -fno-omit-frame-pointer -CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) $(F_REGEXP) +CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) $(F_REGEXP) $(DBG) LDFLAGS= -s # There is one report that under an all ELF system there may be a need to |