make/clang.mk

Sun, 17 Aug 2025 23:10:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Aug 2025 23:10:25 +0200
changeset 1342
fe3ac6b1cf57
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix the documentation regarding member function that now support emplace-mechanics

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial