make/clang.mk@155bc3b0dcb3
make/clang.mk
Sat, 08 Feb 2025 20:38:05 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 08 Feb 2025 20:38:05 +0100
- branch
- docs/3.1
- changeset 1171
- 155bc3b0dcb3
- parent 988
-
15b3ca7ee33f
- permissions
- -rw-r--r--
adds documentation for destructor functions and collections
also invented some new macros for the collection.h
relates to #451
#
# clang toolchain config
#
CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared