make/suncc.mk

Sun, 14 Dec 2025 11:05:03 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 14 Dec 2025 11:05:03 +0100
changeset 1595
2e0353a9bc30
parent 1311
7072b20aa51f
permissions
-rw-r--r--

add json clone tests, obj tests still dysfunctional - relates to #785

#
# suncc toolchain
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial