From 9420452e83a469b85f525a44cfecb9008ad1f746 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 9 Aug 2024 13:59:47 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1185f33..948416e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifeq ($(HAVE_LIBPNG),1) $(error No package 'libpng' found) endif -CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng zlib) +CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=gnu17 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng zlib) LIBS = $(shell pkg-config --libs libpng zlib)