make/cc.mk

Sat, 04 Apr 2026 13:25:47 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 04 Apr 2026 13:25:47 +0200
changeset 98
9cb41383540f
parent 79
ffd452cf05ff
permissions
-rw-r--r--

change move list from linked list to array (prepares game replays)

also fixes extra whitespaces in PGN output

#
# cc toolchain config
#

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

mercurial