make/cc.mk

Thu, 16 Apr 2026 19:29:11 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 16 Apr 2026 19:29:11 +0200
changeset 99
231a79d93c0c
parent 79
ffd452cf05ff
permissions
-rw-r--r--

add API for calculating the clock for a specific move + fixes wrong handling of move time and increment in move 1

relates to #815

#
# cc toolchain config
#

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

mercurial