make/clang.mk

Sun, 23 Oct 2022 11:41:05 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Oct 2022 11:41:05 +0200
changeset 399
05d4e75d1912
parent 204
e870a7c8f223
child 453
4586d534f9b5
permissions
-rw-r--r--

fix ucx include path in postgresql plugin

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial