make/clang.mk

Tue, 13 Aug 2019 21:55:10 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 13 Aug 2019 21:55:10 +0200
changeset 208
fedd0f957c31
parent 204
e870a7c8f223
child 453
4586d534f9b5
permissions
-rw-r--r--

yet another compatibility fix

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial