make/cc.mk

Sat, 18 Jul 2026 15:01:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 18 Jul 2026 15:01:04 +0200
changeset 144
c3ae96ed44d1
parent 79
ffd452cf05ff
permissions
-rw-r--r--

fix that checkmate notation did not set the check flag in the move

#
# cc toolchain config
#

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

mercurial