make/gcc.mk@3547254742a7
make/gcc.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 198
-
916d2d125ecf
- permissions
- -rw-r--r--
add player's trace and removes the origin offsets from the game field's tiles
#
# gcc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =