make/cc.mk@9962f5d98764
make/cc.mk
Thu, 06 Aug 2026 14:45:55 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 06 Aug 2026 14:45:55 +0200
- changeset 169
- 9962f5d98764
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
add functions to list the possible moves for each piece
resolves #952
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =