make/clang.mk

Mon, 01 Jan 2024 16:43:18 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 01 Jan 2024 16:43:18 +0100
changeset 790
42877968260c
parent 788
b34ff44e6433
child 960
a8a5f3dd5c3d
permissions
-rw-r--r--

some text replacements to prepare migration of list tests

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