master
John Jones 2017-03-21 14:57:41 +00:00
parent 7fb89918f8
commit e935335964
1 changed files with 2 additions and 2 deletions

View File

@ -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
rebuild: clean all