make/suncc.mk

Tue, 17 Sep 2024 23:19:03 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 17 Sep 2024 23:19:03 +0200
changeset 885
878a450e79bd
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array

relates to #424

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial