make/cc.mk

Tue, 28 Jul 2026 13:44:10 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 28 Jul 2026 13:44:10 +0200
changeset 159
07c7be5661f4
parent 79
ffd452cf05ff
permissions
-rw-r--r--

add another game to test stalemate detection

relates to #947

#
# cc toolchain config
#

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

mercurial