use gnu89 instead of ansi for mingw compat

This commit is contained in:
Ryan Dahl 2011-05-07 20:42:22 -07:00
parent 5035f6851b
commit d640c0651d

View File

@ -20,7 +20,7 @@
all: oio.a test/run-tests test/run-benchmarks
CFLAGS=-ansi -g
CFLAGS=--std=gnu89 -g
LINKFLAGS=-lm
TESTS=test/echo-server.c test/test-*.c
BENCHMARKS=test/echo-server.c test/benchmark-*.c