make/cc.mk@d347f74ce7d1
make/cc.mk
Fri, 27 Dec 2024 12:18:38 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 27 Dec 2024 12:18:38 +0100
- changeset 1058
- d347f74ce7d1
- parent 815
-
b0c4750cecd8
- permissions
- -rw-r--r--
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
#
# cc toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared