make/gcc.mk

Sun, 02 Jun 2024 13:07:48 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 02 Jun 2024 13:07:48 +0200
changeset 530
1e117b5d6710
parent 457
982e67c997e1
permissions
-rw-r--r--

handle eof in cgi_stdout_readevent to fix potential double free in cgi_event_finish

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial