Pin to gnu99

This commit is contained in:
Imbus 2025-09-01 23:09:13 +02:00
parent 23a41dfbdd
commit 52f88785c4

View file

@ -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)