make/cc.mk

Mon, 13 Jul 2026 22:23:00 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Jul 2026 22:23:00 +0200
changeset 142
780337e5cf6a
parent 79
ffd452cf05ff
permissions
-rw-r--r--

fix implementation of parse_pgn()

#
# cc toolchain config
#

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

mercurial