make/cc.mk@cece9ef3547f
make/cc.mk
Sun, 25 May 2025 19:12:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 25 May 2025 19:12:39 +0200
- changeset 869
- cece9ef3547f
- parent 867
-
7247b0a586bd
- permissions
- -rw-r--r--
use cxMempoolCreateSimple instead of cxMempoolCreate
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared