make/cc.mk

Tue, 08 Sep 2026 14:34:48 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 08 Sep 2026 14:34:48 +0200
changeset 224
93e0e89496fe
parent 193
d1420f5c5704
permissions
-rw-r--r--

test and ensure C++ compatibility of chess headers

do not need C++ compatibility of terminal-chess application, though

relates to #986

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Wenum-conversion
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial