make/gcc.mk

Sun, 25 Jan 2026 15:37:23 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 25 Jan 2026 15:37:23 +0100
changeset 296
f4f7886f10f0
parent 293
24b0f47f619c
permissions
-rw-r--r--

recreate player sprite from scratch and remove all the interpolation noise

# 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