make/cc.mk

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

author
Mike Becker <universe@uap-core.de>
date
Mon, 04 Aug 2025 23:07:06 +0200
changeset 247
3547254742a7
parent 104
2ca88ec29953
permissions
-rw-r--r--

add player's trace and removes the origin offsets from the game field's tiles

#
# cc toolchain config
#

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

mercurial