make/suncc.mk

Sat, 22 Feb 2025 18:55:25 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Feb 2025 18:55:25 +0100
changeset 1221
304f4f7b37d1
parent 815
b0c4750cecd8
permissions
-rw-r--r--

document cx_strreplace() family of functions and improve docstrings

relates to #451

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial