make/clang.mk

Sat, 13 Dec 2025 15:16:25 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 13 Dec 2025 15:16:25 +0100
changeset 1586
7f1cadc3ebc1
parent 1311
7072b20aa51f
permissions
-rw-r--r--

add json compare tests

#
# clang toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial