make/suncc.mk

Sat, 05 Oct 2024 19:05:47 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 05 Oct 2024 19:05:47 +0200
changeset 909
f4e00bb3f3b2
parent 815
b0c4750cecd8
permissions
-rw-r--r--

implement cxTreeRemove() with re-link function

fixes #437

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial