make/cc.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 815
b0c4750cecd8
permissions
-rw-r--r--

fix test_json_escaped_unicode_strings when compiled with suncc

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial