commit 542b7569c9a56f16b5be4676fc12f63b2bfc1c3a parent f78d33ff0b0e7c65e87e204c6b0b4f66cd69da5d Author: bsandro <email@bsandro.tech> Date: Tue, 2 Dec 2025 10:50:13 +0200 gnu23 -> gnu99 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ .SUFFIXES: MAKEFLAGS+=-rR -CFLAGS=-O3 -std=gnu23 -Werror -Wall -Wextra -ffast-math -march=native -mtune=native -I. +CFLAGS=-O3 -std=gnu99 -Werror -Wall -Wextra -ffast-math -march=native -mtune=native -I. LDFLAGS=-lc -lm CC=cc