make/clang.mk

Fri, 21 Feb 2025 21:06:07 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 21 Feb 2025 21:06:07 +0100
changeset 1220
e9dfb1e92481
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

document substring family of functions

relates to #451

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