make/clang.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 988
15b3ca7ee33f
permissions
-rw-r--r--

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

#
# clang toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial