Updated to be fully C99 compatible

This commit is contained in:
AnnaSnoeijs 2025-08-15 19:35:55 +02:00
parent b0240c4911
commit 9a8665ed26
2 changed files with 10 additions and 4 deletions

View file

@ -7,7 +7,7 @@ ARCH = native
O = s
# Flags for the compiler
FLAGS = -std=gnu99
FLAGS = -std=c99
FLAGS += -O$(O)
FLAGS += -march=$(ARCH)
# Only override gcc default tuning if specified in make command line