make/clang.mk

Sat, 14 Feb 2026 18:08:24 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 Feb 2026 18:08:24 +0100
changeset 671
879005903b2b
parent 457
982e67c997e1
permissions
-rw-r--r--

implement basic http client IO

#
# clang toolchain config
#

CFLAGS = -g
LDFLAGS = -rdynamic

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial