make/cc.mk

Thu, 28 Nov 2024 20:59:11 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 Nov 2024 20:59:11 +0100
changeset 997
d14f3d5f47d1
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix missing cxMempoolFree in json allocator test

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial