make/cc.mk@c41538edfcef
make/cc.mk
Sun, 04 May 2025 17:22:30 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 04 May 2025 17:22:30 +0200
- changeset 1316
- c41538edfcef
- parent 1311
-
7072b20aa51f
- permissions
- -rw-r--r--
add cxListEmplace() and cxListEmplaceAt() plus some improvements to the array list implementation
resolves #665
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared