c99
This commit is contained in:
parent
7fb89918f8
commit
e935335964
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -O0 -I include
|
CFLAGS = -O0 -I include -std=c99
|
||||||
|
|
||||||
DEBUG = true
|
DEBUG = true
|
||||||
|
|
||||||
|
@ -30,4 +30,4 @@ clean:
|
||||||
rm -f libmultiaddr.a
|
rm -f libmultiaddr.a
|
||||||
rm -f test_multiaddr
|
rm -f test_multiaddr
|
||||||
|
|
||||||
rebuild: clean all
|
rebuild: clean all
|
||||||
|
|
Loading…
Reference in a new issue