make/clang.mk

Fri, 30 May 2025 18:21:16 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 30 May 2025 18:21:16 +0200
changeset 871
2ecddc5e93f1
parent 867
7247b0a586bd
permissions
-rw-r--r--

add missing dav_sha256_init implementation

#
# clang toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial