make/clang.mk

Mon, 10 Feb 2025 21:30:51 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 10 Feb 2025 21:30:51 +0100
changeset 1179
ca4c6f590a08
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix test_json_escaped_unicode_strings when compiled with suncc

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial