make/clang.mk

Tue, 23 Dec 2025 17:08:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 23 Dec 2025 17:08:14 +0100
changeset 1662
527ac061b247
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fixes that cx_list_default_insert_array() has the wrong nonnull attribute when used for cxListEmplaceArray()

fixes #790

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial