make/clang.mk@84fc42b04d3b
make/clang.mk
Thu, 05 Dec 2024 01:51:47 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 05 Dec 2024 01:51:47 +0100
- changeset 999
- 84fc42b04d3b
- parent 988
-
15b3ca7ee33f
- permissions
- -rw-r--r--
add cx_array_reserve() and several more array convenience functions
#
# 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