Compile with C99 standard

master
Nikola Forró 7 years ago
parent 44ded2c0cd
commit b065c3f7e3

@ -1,5 +1,5 @@
CC = x86_64-w64-mingw32-gcc CC = x86_64-w64-mingw32-gcc
CFLAGS = -W -Wall -pedantic CFLAGS = -std=c99 -W -Wall -pedantic
LIBS = -lole32 -lavrt LIBS = -lole32 -lavrt

Loading…
Cancel
Save