From 7eaa051d4dcc3048c46f302997fd2175a983ac0e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 15 Jan 2025 19:14:58 +0200 Subject: improve generics expansion --- scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makefile') diff --git a/scripts/makefile b/scripts/makefile index 75631b7..0ee0e7d 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -42,7 +42,7 @@ COMPILER != [ -n "$(CROSS_COMPILE)" ] \ || echo $(CC) -OBFLAGS := -g +OBFLAGS := -g -std=gnu23 WARNFLAGS := -Wall -Wextra COMPILE_FLAGS := $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ -- cgit v1.3