make/clang.mk@f74e4fc496a2
make/clang.mk
Fri, 19 Dec 2025 14:15:54 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 19 Dec 2025 14:15:54 +0100
- changeset 1632
- f74e4fc496a2
- parent 1311
-
7072b20aa51f
- permissions
- -rw-r--r--
fix outdated names of the cx_ccmp functions + adds first tests for using cx_compare_func2
relates to #622
#
# clang toolchain config
#
CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared