make/suncc.mk

Wed, 10 Dec 2025 22:22:55 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 10 Dec 2025 22:22:55 +0100
changeset 984
2cf5e6d55013
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

implement all window types in the client + small fixes

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