From 4fb7e74508e8e649b215234b908689b80c9d4363 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 6 Feb 2015 18:51:33 +0100 Subject: [PATCH] Fix travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a21d0d6..0dd5b2b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -STD=-ansi +STD=-std=c99 override CFLAGS+=-Werror -Wall -g -fPIC -O2 -DNDEBUG -ftrapv -Wfloat-equal -Wundef -Wwrite-strings -Wconversion -Wuninitialized -pedantic $(STD) DEBUG+=-DDEBUG_ON PREFIX=/usr/bin/