make/clang.mk

Sun, 25 Sep 2022 12:12:53 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 25 Sep 2022 12:12:53 +0200
changeset 393
79e542cc20a9
parent 204
e870a7c8f223
child 453
4586d534f9b5
permissions
-rw-r--r--

fix listener not initialiazed before changeuid

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial