test/make/clang.mk

Tue, 25 Jul 2023 17:18:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 25 Jul 2023 17:18:53 +0200
changeset 26
0a5e13216803
parent 0
38775db5fdf5
child 51
5c12e9e29733
permissions
-rw-r--r--

add error handling to install.sh

fixes #273

#
# clang toolchain config
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial