make/cc.mk

Thu, 20 Feb 2025 21:21:25 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Feb 2025 21:21:25 +0100
changeset 1219
9c1c33ac077a
parent 815
b0c4750cecd8
permissions
-rw-r--r--

write section in string docu about comparisons and concatenation

relates to #451

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial