make/suncc.mk

Sun, 29 Sep 2024 13:10:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Sep 2024 13:10:52 +0200
changeset 892
6ebf6fdfbc2c
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix misleading documentation that could have indicated that an allocator is optional for lists

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial