make/cc.mk@543988762f65
make/cc.mk
Fri, 14 Feb 2025 15:39:59 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 14 Feb 2025 15:39:59 +0100
- changeset 1207
- 543988762f65
- parent 815
-
b0c4750cecd8
- permissions
- -rw-r--r--
fixes accidental typos due to auto-resolution of topic titles
relates to #451
#
# cc toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared