make/suncc.mk

Sun, 16 Jun 2024 10:42:22 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 16 Jun 2024 10:42:22 +0200
branch
newapi
changeset 292
8e5e7adf5372
parent 277
5099a34747c4
permissions
-rw-r--r--

add gtk4 option to the build system

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