summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-09-21 22:17:02 +0200
committerJesper Jensen <jesper@jnsn.dev>2025-09-21 22:17:02 +0200
commitf6389122beac633411aeba49c5dd29721a010f4b (patch)
tree37a0f95f99abcda0f67ffd5e8989ffc993888c40 /Makefile
parent559d022911d1e876f6bbd7743ed252f219f95fe2 (diff)
Some constraint programming
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")