make/cc.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 104
2ca88ec29953
permissions
-rw-r--r--

remove TODO about queuing movement commands

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

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial