From 01531693d6498c29ed39f604f26129d6c5e47792 Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 3 Apr 2017 11:58:28 -0500 Subject: [PATCH] Small adjustment to makefile --- routing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/Makefile b/routing/Makefile index ae6bbfc..4a6f4c8 100644 --- a/routing/Makefile +++ b/routing/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -O0 -I../include -I../../c-libp2p/include -I../../c-multiaddr/include -I../../c-protobuf -Wall +CFLAGS = -O0 -I../include -I../../c-libp2p/include -I../../c-multiaddr/include -I../../c-protobuf -Wall -std=c99 ifdef DEBUG CFLAGS += -g3