make/clang.mk

Sun, 03 Nov 2024 09:30:10 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 03 Nov 2024 09:30:10 +0100
changeset 976
d9063c14d3fb
parent 960
a8a5f3dd5c3d
permissions
-rw-r--r--

fix missing value_ready reset when returning a CxJsonValue

#
# clang toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial