make/suncc.mk

Wed, 03 Sep 2025 23:10:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 03 Sep 2025 23:10:36 +0200
changeset 1363
c9a86bd9e361
parent 1311
7072b20aa51f
permissions
-rw-r--r--

add failing tests for when clear/remove are called with destructors in the "opposite" aspect of a kv-list

relates to #461

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial