make/cc.mk

Mon, 05 May 2025 19:47:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 05 May 2025 19:47:25 +0200
changeset 110
29f8d0d586f8
parent 104
2ca88ec29953
permissions
-rw-r--r--

replace mempool with custom cleanup functions

#
# cc toolchain config
#

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

mercurial