make/gcc.mk

Thu, 15 Aug 2024 22:42:35 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 15 Aug 2024 22:42:35 +0200
changeset 550
77241b3ba544
parent 457
982e67c997e1
permissions
-rw-r--r--

add more test_io_http_stream_parse_chunk_header_invalid tests

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial