make/suncc.mk

Tue, 23 Jul 2024 14:29:33 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 23 Jul 2024 14:29:33 +0200
changeset 824
76ca3dac6506
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix request_auth not removing the trailing newline from the user name

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