make/clang.mk

Sun, 25 Sep 2022 15:23:08 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 25 Sep 2022 15:23:08 +0200
changeset 394
4d2a1df73e18
parent 204
e870a7c8f223
child 453
4586d534f9b5
permissions
-rw-r--r--

"write" permission includes "add_file" now

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial