make/cc.mk

Mon, 31 Aug 2026 18:22:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 31 Aug 2026 18:22:04 +0200
changeset 203
1d5c2ad2ac23
parent 193
d1420f5c5704
permissions
-rw-r--r--

fix incompatible curses include in colors.c

#
# cc toolchain config
#

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

mercurial