make/cc.mk

Thu, 28 Nov 2024 19:37:00 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 Nov 2024 19:37:00 +0100
changeset 995
d3d4f245b843
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior

#
# cc toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial