summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-02-22 16:24:49 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-02-22 16:24:49 +0000
commit7ac6b3d6d0c387738a388790ba7b51b3dcf176fc (patch)
tree054e0442481800503c2633854c1b6d51b278901d /Makefile
parent1d9fd143b71847c2bb17d0fc3989fdd59c68dddd (diff)
downloadrsyslog-7ac6b3d6d0c387738a388790ba7b51b3dcf176fc.tar.gz
rsyslog-7ac6b3d6d0c387738a388790ba7b51b3dcf176fc.tar.xz
rsyslog-7ac6b3d6d0c387738a388790ba7b51b3dcf176fc.zip
memory leak fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index abb36daf..0cc0dc2b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,11 @@
CC= gcc
#CFLAGS= -g -DSYSV -Wall
-LDFLAGS= -g
-CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce
+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
#CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DWITH_DB
-LDFLAGS= -s
+#LDFLAGS= -s
# Look where your install program is.
INSTALL = /usr/bin/install