make/suncc.mk

Thu, 30 Oct 2025 21:29:18 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 30 Oct 2025 21:29:18 +0100
changeset 885
28ecfe5399ae
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

make states array parameter const for ui_widget_set_visibility_states/ui_widget_set_groups2

#
# 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