From e935335964e87e7bec9cd3cd947f47a611a8c8b9 Mon Sep 17 00:00:00 2001 From: John Jones Date: Tue, 21 Mar 2017 14:57:41 +0000 Subject: [PATCH] c99 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb2e223..f34af02 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -O0 -I include +CFLAGS = -O0 -I include -std=c99 DEBUG = true @@ -30,4 +30,4 @@ clean: rm -f libmultiaddr.a rm -f test_multiaddr -rebuild: clean all \ No newline at end of file +rebuild: clean all