make/clang.mk

Tue, 07 Jan 2025 19:16:03 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 07 Jan 2025 19:16:03 +0100
changeset 1114
ad5eeb256242
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix that overwriting a map element did not call any destructor function

fixes also, that two tests were never called and increases test coverage in general

fixes #558

#
# 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