make/clang.mk@26e47a874f19
make/clang.mk
Wed, 30 Oct 2024 16:59:53 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 30 Oct 2024 16:59:53 +0100
- changeset 957
- 26e47a874f19
- parent 788
-
b34ff44e6433
- child 960
-
a8a5f3dd5c3d
- permissions
- -rw-r--r--
fix map.h C++ inline functions not ported to new collection base class
#
# clang toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared
COVERAGE_CFLAGS = --coverage
COVERAGE_LDFLAGS = --coverage