make/cc.mk

Thu, 03 Sep 2026 16:18:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Sep 2026 16:18:24 +0200
changeset 216
d0c3d3016650
parent 193
d1420f5c5704
permissions
-rw-r--r--

make castling rights part of the game state

required for issue #939
because creating a state from FEN
will not contain a move history

bonus: make is_check_position() robust

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Wenum-conversion
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial