make/clang.mk

Tue, 30 Sep 2025 22:35:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 30 Sep 2025 22:35:24 +0200
changeset 1409
6856869e29f1
parent 1311
7072b20aa51f
permissions
-rw-r--r--

finalize the documentation on the new hash key features

resolves #731

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial