make/cc.mk@55b13f583356
make/cc.mk
Sun, 14 Dec 2025 17:30:17 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 14 Dec 2025 17:30:17 +0100
- changeset 1605
- 55b13f583356
- parent 1311
-
7072b20aa51f
- permissions
- -rw-r--r--
refactor the list and map construction functions and remove the simple macros
relates to #780
relates to #622
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared