make/gcc.mk

Wed, 25 Jun 2025 20:45:21 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 25 Jun 2025 20:45:21 +0200
changeset 611
b446daba6839
parent 457
982e67c997e1
permissions
-rw-r--r--

change error handling in case webdav_xattr_parse_data fails: set response to 500 instead of failig the entire multistatus response

#
# gcc toolchain config
#

CFLAGS = -std=gnu99 -g
LDFLAGS = -rdynamic 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial