make/clang.mk

Sat, 19 Oct 2024 14:24:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 19 Oct 2024 14:24:26 +0200
changeset 935
312fb24c14de
parent 788
b34ff44e6433
permissions
-rw-r--r--

add convenience macro for cx_reallocate to hide the (void**) cast

#
# clang toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

COVERAGE_CFLAGS = --coverage
COVERAGE_LDFLAGS =  --coverage

mercurial