make/suncc.mk

Fri, 24 May 2024 00:18:18 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 May 2024 00:18:18 +0200
changeset 820
d0cccee15a7c
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix incorrect memory management when loading file parts from the sync db

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