make/clang.mk@0a7c1bb2372d
make/clang.mk
Fri, 27 Dec 2024 13:01:31 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 27 Dec 2024 13:01:31 +0100
- changeset 1060
- 0a7c1bb2372d
- parent 988
-
15b3ca7ee33f
- permissions
- -rw-r--r--
avoid copying the filled data in the json parser when possible - fixes #530
#
# 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