make/suncc.mk

Wed, 30 Oct 2024 15:32:38 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 30 Oct 2024 15:32:38 +0100
branch
newapi
changeset 376
5578494147cb
parent 277
5099a34747c4
permissions
-rw-r--r--

fix condvar windows implementation

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