make/suncc.mk

Sun, 06 Oct 2024 22:03:04 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 06 Oct 2024 22:03:04 +0200
changeset 828
e082e5d7d75b
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix dav_session_clone using the wrong allocator for the pathcache

#
# suncc toolchain
#

CFLAGS += -xc99 -m64
LDFLAGS += -m64 -Wl,-R,'$$ORIGIN/../lib'

DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial