make/clang.mk

Thu, 22 May 2025 22:22:14 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 22 May 2025 22:22:14 +0200
changeset 1325
20caf6efaf07
parent 1311
7072b20aa51f
permissions
-rw-r--r--

improve mempool destructor support (3/3)

documentation and final fixes

resolves #655

#
# clang toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial