make/cc.mk

Thu, 15 May 2025 16:12:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 15 May 2025 16:12:09 +0200
changeset 1319
aa1f580f8f59
parent 1311
7072b20aa51f
permissions
-rw-r--r--

add convenience macros for using the default allocator - relates to #669

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial