make/gcc.mk

Wed, 18 Feb 2026 10:53:55 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 18 Feb 2026 10:53:55 +0100
changeset 682
f4c593a99266
parent 457
982e67c997e1
permissions
-rw-r--r--

verify chunks in test_http_client_send_request_body_chunked

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial