make/clang.mk

Sun, 09 Feb 2025 22:02:13 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 09 Feb 2025 22:02:13 +0100
branch
docs/3.1
changeset 1173
99fc65d2d22b
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

add sub-section intro texts to install.md

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

mercurial