summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2a46c5..6ae2335 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJDIR ?= obj
LIBS = -LSDL/build/ -lSDL2-2.0 -Wl,-rpath,./SDL/build/ -lglm -lm
INCS = -ISDL/build/include/SDL2 -ISDL/build/include-config-/SDL2
-CFLAGS ?= -D_FORTIFY_SOURCE=2 -Wall -g -Og
+CFLAGS ?= -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-error=unused-variable -g -Og
CFLAGS += -std=gnu11 -fms-extensions -flto
APP_SOURCES = $(shell find $(SRCDIR) -name "*.c")