make/suncc.mk

Thu, 03 Oct 2024 15:38:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Oct 2024 15:38:05 +0200
changeset 902
5ed7f634f046
parent 815
b0c4750cecd8
permissions
-rw-r--r--

implement cxTreeCreate family of functions

relates to #166

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial