make/suncc.mk

Fri, 03 Oct 2025 10:17:31 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 03 Oct 2025 10:17:31 +0200
changeset 789
d70799b3333e
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

add new toolbar positions for splitview windows

#
# suncc toolchain
#

CFLAGS =
CXXFLAGS =
DEBUG_CFLAGS = -g
DEBUG_CXXFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
RELEASE_CXXFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial