There were several memory leaks inside jfsck(), they've probably been there for a...
[libjio.git] / Make.conf
bloba38126277c7d29f45350c2a7fa0474ef73fe27ef
2 VERSION="0.18"
4 CC = gcc
5 CFLAGS += -Wall -O6 \
6         -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
7         -D_LFS_LARGEFILE=1 -D_LFS64_LARGEFILE=1 \
8         -D_XOPEN_SOURCE=500
10 ifdef DEBUG
11 CFLAGS += -g -pg -fprofile-arcs -ftest-coverage
12 endif
14 ifdef STRICT
15 CFLAGS += -ansi -pedantic
16 endif
18 # prefix for installing the binaries
19 PREFIX=/usr/local