make/cc.mk

Sat, 05 Sep 2026 12:36:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 05 Sep 2026 12:36:04 +0200
changeset 219
24b866230dd4
parent 193
d1420f5c5704
permissions
-rw-r--r--

identify all and fix some occurrences where the new move_start offset matters

relates to #939

#
# cc toolchain config
#

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

mercurial