From 52f88785c412f44b10a04b8a665e5105037b7e2c Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 1 Sep 2025 23:09:13 +0200 Subject: [PATCH] Pin to gnu99 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1496c7f..4d85a03 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ CFLAGS += -ffreestanding CFLAGS += -fno-common CFLAGS += -nostdlib CFLAGS += -mno-relax +CFLAGS += -std=gnu99 CFLAGS += -fno-stack-protector # Prevents code that needs libc / runtime support CFLAGS += -MD # Generate header dependency files (.d)