# This file is released under the BSD license, see the COPYING file
DEBUG?= -g
-CFLAGS?= -O2 -Wall -W -DSDS_ABORT_ON_OOM
+CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -DSDS_ABORT_ON_OOM
CCOPT= $(CFLAGS)
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o
bench:
./redis-benchmark
+
+log:
+ git log '--pretty=format:%ad %s' --date=short > Changelog