c99 for centos

This commit is contained in:
John Jones 2017-03-21 15:20:52 +00:00
parent cfcabaecd0
commit 8edc94509c
9 changed files with 11 additions and 11 deletions

View file

@ -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