make/suncc.mk

Mon, 24 Nov 2025 22:15:16 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 24 Nov 2025 22:15:16 +0100
changeset 1510
89cf6b4a5792
parent 1311
7072b20aa51f
permissions
-rw-r--r--

adjust test_hash_map_remove_via_iterator s.t. we achieve coverage for the case where we remove not the first element of a bucket

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial