make/suncc.mk

Sun, 13 Oct 2024 14:06:32 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Oct 2024 14:06:32 +0200
changeset 926
8fdd8d78c14b
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix several survivors of east-const and some missing consts

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial