make/clang.mk

Wed, 10 Dec 2025 22:53:41 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Dec 2025 22:53:41 +0100
changeset 1567
f60f23b362e9
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix cxJsonFromString() ignoring unexpected trailing data + fix wrong handling of trailing whitespaces in general

resolves #777

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial