make/gcc.mk

Thu, 19 Feb 2026 18:34:36 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 19 Feb 2026 18:34:36 +0100
changeset 687
4bded456b4a7
parent 457
982e67c997e1
permissions
-rw-r--r--

add test for http client responses with chunked transfer encoding

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial