make/suncc.mk

Sun, 23 Mar 2025 18:09:24 +0100

author
Olaf Winermann <olaf.wintermann@gmail.com>
date
Sun, 23 Mar 2025 18:09:24 +0100
changeset 503
fefdfe7b2fc5
parent 277
5099a34747c4
child 607
cfcc3fb12d7d
permissions
-rw-r--r--

implement single row list updates (GTK)

#
# suncc toolchain
#

CFLAGS =
CXXFLAGS =
DEBUG_CC_FLAGS = -g
DEBUG_CXX_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
RELEASE_CXX_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial