test/make/clang.mk

Sun, 03 Sep 2023 12:36:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 03 Sep 2023 12:36:53 +0200
changeset 36
9e386a530bdf
parent 0
38775db5fdf5
child 51
5c12e9e29733
permissions
-rw-r--r--

copy contents of toolchain.mk instead of including them - fixes #287

#
# clang toolchain config
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial