make/clang.mk

Sun, 14 Dec 2025 15:41:02 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 14 Dec 2025 15:41:02 +0100
changeset 1601
e47078681a6f
parent 1311
7072b20aa51f
permissions
-rw-r--r--

change signature of cxBufferInit() and cxBufferCreate()

relates to #780

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial