diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-09-21 22:17:02 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-09-21 22:17:02 +0200 |
| commit | f6389122beac633411aeba49c5dd29721a010f4b (patch) | |
| tree | 37a0f95f99abcda0f67ffd5e8989ffc993888c40 /Makefile | |
| parent | 559d022911d1e876f6bbd7743ed252f219f95fe2 (diff) | |
Some constraint programming
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
