make/clang.mk

Sun, 04 May 2025 12:15:03 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 04 May 2025 12:15:03 +0200
changeset 1315
b4c3e0b4c3d5
parent 1311
7072b20aa51f
permissions
-rw-r--r--

add convenience functions for easy access to first/last element of a list

resolves #666

#
# clang toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial