make/clang.mk

Sun, 23 Feb 2025 13:27:27 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Feb 2025 13:27:27 +0100
changeset 855
6740836b7a1e
parent 802
16e5b9d32754
child 867
7247b0a586bd
permissions
-rw-r--r--

ucx CX_STR fix

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial