make/cc.mk@2ecddc5e93f1
make/cc.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
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared