make/cc.mk

Fri, 16 Feb 2024 20:23:48 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 16 Feb 2024 20:23:48 +0100
changeset 827
13b40a598d16
parent 815
b0c4750cecd8
permissions
-rw-r--r--

first draft of a tree iterator

see issue #371

#
# cc toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial