From f65b49d05c1fe1ef1a31616cb171a52579836d2d Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Sun, 28 Jun 2026 20:11:08 +1000 Subject: makefile: change C standard from c11 to c99 Signed-off-by: Watson Wheeler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49ccb2a..cded93e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ AR ?= ar OUTDIR = build LIB = libtinyff.a -ALL_CFLAGS = -Wall -Wextra -Werror -std=c11 -Iinclude +ALL_CFLAGS = -Wall -Wextra -Werror -std=c99 -Iinclude DEBUG_FLAGS = -g -O0 -fno-omit-frame-pointer RELEASE_FLAGS = -O3 -march=native -flto -- cgit v1.2.3