make/clang.mk

Thu, 16 Jan 2025 18:56:17 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 16 Jan 2025 18:56:17 +0100
changeset 1128
3672b89e606c
parent 988
15b3ca7ee33f
permissions
-rw-r--r--

fix stupid signature of the flush helper

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