make/cc.mk

Mon, 17 Aug 2026 12:01:19 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 17 Aug 2026 12:01:19 +0200
changeset 175
e0e061cf4829
parent 79
ffd452cf05ff
permissions
-rw-r--r--

allow continuing resigned or (actively) drawn games

resolves #898 and issue #842

#
# cc toolchain config
#

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

mercurial