make/gcc.mk

Thu, 31 Oct 2019 10:26:35 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 31 Oct 2019 10:26:35 +0100
branch
webdav
changeset 211
2160585200ac
parent 204
e870a7c8f223
child 457
982e67c997e1
permissions
-rw-r--r--

add propfind/proppatch parser and first iteration of the new webdav api

#
# gcc toolchain config
#

CFLAGS = -std=gnu99 -g
LDFLAGS = -rdynamic -Wl,-R,'$$ORIGIN/../lib'

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial