make/cc.mk

Sun, 31 Aug 2025 14:32:55 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 31 Aug 2025 14:32:55 +0200
changeset 875
3b9ac2dd757d
parent 867
7247b0a586bd
permissions
-rw-r--r--

replace a linked list in the process_parts function with a low level array

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial