make/cc.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 815
b0c4750cecd8
permissions
-rw-r--r--

some text replacements to prepare migration of list tests

#
# cc toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

COVERAGE_CFLAGS =
COVERAGE_LDFLAGS =

mercurial