From d922c61db5a4eacf9c4c0a6ec5ed7647d000171a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Mar 2025 15:08:31 +0200 Subject: bump conts and remove c23 requirement --- scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makefile b/scripts/makefile index db66d6d..11229bd 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -42,7 +42,7 @@ COMPILER != [ -n "$(CROSS_COMPILE)" ] \ || echo $(CC) -OBFLAGS := -g -std=gnu23 +OBFLAGS := -g WARNFLAGS := -Wall -Wextra COMPILE_FLAGS := $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ -- cgit v1.2.3