make/gcc.mk

Thu, 31 Jul 2025 22:14:27 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 31 Jul 2025 22:14:27 +0200
changeset 234
a1d70b8018c1
parent 198
916d2d125ecf
permissions
-rw-r--r--

improve structure of the game code and add a function to set the player position

#
# gcc toolchain config
#

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

mercurial