make/clang.mk

Tue, 16 Dec 2025 18:30:08 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 16 Dec 2025 18:30:08 +0100
changeset 1614
1e0e7f08ccd6
parent 1311
7072b20aa51f
permissions
-rw-r--r--

update the online docs with the new array API - resolves #619

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial