From 1dad10333a04c9e41405cda7d004bbcfe91bf657 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 8 Oct 2014 12:21:56 +0200 Subject: [PATCH] Fixed travis --- vvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvm/Makefile b/vvm/Makefile index 6ba7fad..534ed67 100644 --- a/vvm/Makefile +++ b/vvm/Makefile @@ -1,4 +1,4 @@ -override CFLAGS+=-Werror -Wall -g -fPIC -O2 -DNDEBUG -std=c99 -ftrapv -Wfloat-equal -Wundef -Wwrite-strings -Wconversion -Wuninitialized +override CFLAGS+=-Werror -Wall -g -fPIC -O2 -DNDEBUG -ftrapv -Wfloat-equal -Wundef -Wwrite-strings -Wconversion -Wuninitialized DEBUG+=-DEBUG=1 PREFIX=/usr/bin BUILDDIR=bin/