make/clang.mk

Tue, 15 Apr 2025 22:16:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 15 Apr 2025 22:16:05 +0200
changeset 1296
2a2403c63439
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fixes unnecessary allocations in cx_strcat() family of functions

fixes #604

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