make/gcc.mk

Wed, 25 Jun 2025 21:00:29 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 25 Jun 2025 21:00:29 +0200
changeset 612
d647ba7f0db6
parent 457
982e67c997e1
permissions
-rw-r--r--

fix non-working strtoint conversion in webdav_xattr_parse_data by switching to cx_strtoi64

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial