make/cc.mk

Fri, 24 Jul 2026 15:35:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 24 Jul 2026 15:35:06 +0200
changeset 156
05fc8a454700
parent 79
ffd452cf05ff
permissions
-rw-r--r--

fix: wrong error code when king moves into check and missing auto-disambiguation when one of the candidate pieces is pinned

fixes #899 and fixes #932

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial