make/cc.mk

Fri, 16 May 2025 07:54:02 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 16 May 2025 07:54:02 +0200
changeset 122
1b118cd3e369
parent 104
2ca88ec29953
permissions
-rw-r--r--

replace all stdlib malloc/free with UCX allocator

#
# cc toolchain config
#

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

mercurial