make/clang.mk

Tue, 11 Feb 2025 21:53:03 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 11 Feb 2025 21:53:03 +0100
changeset 1201
84fc692d2708
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix list.h was not includable by C++

#
# 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