make/clang.mk

Fri, 29 May 2026 15:47:02 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 29 May 2026 15:47:02 +0200
changeset 1150
34b7b8a9acdf
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

fix missing include

#
# clang toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CFLAGS = -g
DEBUG_CXXFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
RELEASE_CXXFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial