make/clang.mk

Sun, 07 Sep 2025 17:08:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 07 Sep 2025 17:08:26 +0200
changeset 1365
e4135791687e
parent 1311
7072b20aa51f
permissions
-rw-r--r--

implement a patch function that results in (almost) always calling the correct destructors

relates to #461

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial