make/clang.mk

Mon, 25 Aug 2025 21:47:45 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 25 Aug 2025 21:47:45 +0200
changeset 1348
a1da355ed3b8
parent 1311
7072b20aa51f
permissions
-rw-r--r--

roll out the function stubs for the kv-list

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