diff options
author | erdgeist <> | 2006-12-16 13:23:12 +0000 |
---|---|---|
committer | erdgeist <> | 2006-12-16 13:23:12 +0000 |
commit | b7526f25e86f79eadfac5e98ae395e337fa74757 (patch) | |
tree | b194470a7ffbfa89a0c5d2cefa1d4a9bfaa74a19 /Makefile | |
parent | de03db7dcdee85606dc9fd3bcba0080aadbdf950 (diff) |
Fixed two mem leaks from httpd :/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | CFLAGS+=-I../libowfat -Wall -pipe -O2 | 2 | CFLAGS+=-I../libowfat -Wall -pipe -Os |
3 | LDFLAGS+=-L../libowfat/ -lowfat -s -lm | 3 | LDFLAGS+=-L../libowfat/ -lowfat -s |
4 | 4 | ||
5 | HEADERS=trackerlogic.h scan_urlencoded_query.h | 5 | HEADERS=trackerlogic.h scan_urlencoded_query.h |
6 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c | 6 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c |