make/clang.mk@453a45647a32
make/clang.mk
Sun, 09 Feb 2025 22:06:00 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 09 Feb 2025 22:06:00 +0100
- branch
- docs/3.1
- changeset 1175
- 453a45647a32
- parent 988
-
15b3ca7ee33f
- permissions
- -rw-r--r--
reorder the topics to make more sense when read from top to bottom
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