make/suncc.mk

Sun, 29 Dec 2024 18:03:21 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Dec 2024 18:03:21 +0100
changeset 1067
7799addf475f
parent 815
b0c4750cecd8
permissions
-rw-r--r--

optimize cxJsonObjGet() part 1 - binary search

part 2 will be the index buffer to preserve the order

relates to #462

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial