From 6e4df49832827e21c6d62f722767664e5cb9d575 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sun, 16 Nov 2025 22:45:53 +0100 Subject: Add some vector building --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1290d7..fbea887 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LIBS = -lm INCS = -Ithirdparty/cglm/include -Iinc/ CFLAGS ?= -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-error=unused-variable -g -Og -CFLAGS += -std=gnu11 -fms-extensions -flto +CFLAGS += -std=gnu23 -fms-extensions -flto APP_MAIN_SOURCES = $(SRCDIR)/main.c APP_MAIN_OBJS = $(APP_MAIN_SOURCES:%.c=$(OBJDIR)/%.o) -- cgit v1.2.3