added c99 flag to allow macros in functions with y2 axis

This commit is contained in:
Nick 2026-01-03 12:46:06 -06:00
parent 45f77bc52d
commit 0d02193601

View file

@ -83,7 +83,7 @@ CFLAGS += -DUSE_FMEMOPEN
endif
# Flags passed to compiler.
CFLAGS += -g $(OPT_LEVEL) -Wall -Wextra -Wstrict-prototypes -pedantic -ansi
CFLAGS += -g $(OPT_LEVEL) -Wall -Wextra -Wstrict-prototypes -pedantic -std=c99
# Ignore icc remarks about inlining limits.
ifeq ($(CC),icc)