make/suncc.mk

Thu, 03 Oct 2024 17:39:21 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Oct 2024 17:39:21 +0200
changeset 905
39aa4f106a71
parent 815
b0c4750cecd8
permissions
-rw-r--r--

complete implementation of remaining high level tree functions

relates to #166

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial