Browse Source

This needs gnu

Piotr Czajkowski 4 years ago
parent
commit
f625e4ea5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      makefile

+ 2 - 2
makefile

@@ -1,7 +1,7 @@
-CFLAGS=-Wall -Wextra -Wshadow -O3 -std=c99
+CFLAGS=-Wall -Wextra -Wshadow -O3 -std=gnu99
 LDLIBS=-lcurl -lssl -lcrypto
 objects=curl.o sha.o
-mingwCFLAGS=-Wall -Wextra -O3 -std=c99
+mingwCFLAGS=-Wall -Wextra -O3 -std=gnu99
 mingwLDLIBS=-lcurl -lssl -lcrypto
 mingw=x86_64-w64-mingw32-gcc