Simplify the code for gathering the vertices of a face
[render.git] / Makefile
index 050ce94..5611a82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-g -Og -Wall -Wno-format-truncation -DCONF_NO_GL
+CFLAGS=-g -Og -Wall -Wno-format-overflow -Wno-format-truncation -DCONF_NO_GL
 
 render: render.o obj.o
        ${CC} -o $@ $^ -lSDL2 -lm