make/cc.mk

Sun, 03 Nov 2024 09:57:17 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 03 Nov 2024 09:57:17 +0100
changeset 978
1da52af18ac3
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix memory leaks in json tests

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial