make/suncc.mk

Tue, 07 Oct 2025 14:59:11 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 07 Oct 2025 14:59:11 +0200
changeset 810
7b5ba65b246f
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

fix alignment insets in the grid layout (Cocoa)

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