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 --- deps/conts | 2 +- scripts/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/conts b/deps/conts index 4f647dc..8946fa4 160000 --- a/deps/conts +++ b/deps/conts @@ -1 +1 @@ -Subproject commit 4f647dc8520a9186b367400c5a337b681aec5565 +Subproject commit 8946fa4b77fef3002d78bb1c5a19cc05c97a71c3 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