make/clang.mk

Tue, 10 Dec 2024 00:19:45 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 10 Dec 2024 00:19:45 +0100
changeset 1007
81b2986d2b04
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix that cxBufferSeek() cannot move pos past the end - fixes #523

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