make/clang.mk

Sun, 19 Oct 2025 21:18:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 19 Oct 2025 21:18:17 +0200
changeset 1431
1ec36e652e57
parent 1311
7072b20aa51f
permissions
-rw-r--r--

define the function pointer for clone functions

relates to #743 and issue #744

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial