From f6389122beac633411aeba49c5dd29721a010f4b Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sun, 21 Sep 2025 22:17:02 +0200 Subject: Some constraint programming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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") -- cgit v1.2.3