make/gcc.mk

Sun, 15 May 2022 08:56:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 15 May 2022 08:56:00 +0200
branch
webdav
changeset 361
570026d3a685
parent 204
e870a7c8f223
child 457
982e67c997e1
permissions
-rw-r--r--

make sure the http stream is finished if headers are sent

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial