make/cc.mk

Tue, 09 Dec 2025 18:51:11 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 09 Dec 2025 18:51:11 +0100
changeset 1559
9e50f45f8736
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix that cxPropertiesLoad() is not falling back to the default allocator when the allocator is NULL

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial