make/cc.mk

Tue, 28 Jul 2026 12:58:49 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 28 Jul 2026 12:58:49 +0200
changeset 157
07cbfc477b22
parent 79
ffd452cf05ff
permissions
-rw-r--r--

add FEN history to the game state

relates to #872

#
# cc toolchain config
#

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

mercurial