make/gcc.mk

Mon, 04 Aug 2025 23:19:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 04 Aug 2025 23:19:06 +0200
changeset 249
2522fbeccede
parent 198
916d2d125ecf
permissions
-rw-r--r--

remove TODO about queuing movement commands

with the new grid size and player speed this is not an issue anymore

#
# gcc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial