make/gcc.mk

Sat, 18 Jul 2026 20:34:33 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 18 Jul 2026 20:34:33 +0200
changeset 738
677bff22d1b2
parent 457
982e67c997e1
permissions
-rw-r--r--

remove thread index from threadpool

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial