make/clang.mk

Wed, 18 Feb 2026 12:31:19 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 18 Feb 2026 12:31:19 +0100
changeset 683
db37761a8494
parent 457
982e67c997e1
permissions
-rw-r--r--

enable buffered reader for request bodies with fixed content-length

#
# clang toolchain config
#

CFLAGS = -g
LDFLAGS = -rdynamic

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial