make/cc.mk

Thu, 09 Oct 2025 19:22:21 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 09 Oct 2025 19:22:21 +0200
changeset 279
97a1a7fb4f1a
parent 104
2ca88ec29953
permissions
-rw-r--r--

do not use different vocabulary (enable/disable vs. pause/unpause) for the behavior's enabled-state

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial