make/clang.mk

Sun, 27 Apr 2025 12:56:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 27 Apr 2025 12:56:05 +0200
changeset 1309
b240b73d2a10
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix that iteration continued with siblings for a subtree-root - fixes #656

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