make/suncc.mk

Wed, 30 Oct 2024 16:59:53 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 30 Oct 2024 16:59:53 +0100
changeset 957
26e47a874f19
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix map.h C++ inline functions not ported to new collection base class

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial