make/suncc.mk

Mon, 01 Sep 2025 20:56:50 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 01 Sep 2025 20:56:50 +0200
changeset 747
6aa58fed572d
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

create a copy of the label string in ui_menu_create

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