Small adjustment to makefile

yamux
John Jones 2017-04-03 11:58:28 -05:00
parent e90d966e44
commit 01531693d6
1 changed files with 1 additions and 1 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