make/gcc.mk

Sun, 25 Jan 2026 13:18:26 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 25 Jan 2026 13:18:26 +0100
changeset 293
24b0f47f619c
parent 291
5506cd3efe86
permissions
-rw-r--r--

compile in C17 mode in debug builds to detect accidental use of C23 features

# gcc toolchain config
# compile in c17 mode in debug builds to check for compatibility
DEBUG_CFLAGS = -std=c17 -g -Wall -Wextra -Werror -Wno-missing-field-initializers

mercurial