make/clang.mk

Thu, 03 Feb 2022 17:26:08 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 03 Feb 2022 17:26:08 +0100
branch
webdav
changeset 283
25e5b771677d
parent 204
e870a7c8f223
child 453
4586d534f9b5
permissions
-rw-r--r--

minimal working send_file with postgresql vfs

#
# clang toolchain config
#

CFLAGS = -g
LDFLAGS = -rdynamic -Wl,-R,'$$ORIGIN/../lib'

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial