make/gcc.mk

Sun, 13 Nov 2022 12:58:25 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 13 Nov 2022 12:58:25 +0100
changeset 433
39fe86ae4db0
parent 204
e870a7c8f223
child 457
982e67c997e1
permissions
-rw-r--r--

use non-blocking IO for pipes and socket in send_cgi

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial