make/clang.mk@5ed7f634f046
make/clang.mk
Thu, 03 Oct 2024 15:38:05 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 03 Oct 2024 15:38:05 +0200
- changeset 902
- 5ed7f634f046
- parent 788
-
b34ff44e6433
- child 960
-
a8a5f3dd5c3d
- permissions
- -rw-r--r--
implement cxTreeCreate family of functions
relates to #166
#
# clang toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared
COVERAGE_CFLAGS = --coverage
COVERAGE_LDFLAGS = --coverage