test/make/clang.mk

Fri, 15 Sep 2023 11:33:35 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 15 Sep 2023 11:33:35 +0200
branch
configure-evo
changeset 53
704368f1bb23
parent 51
5c12e9e29733
child 66
dc758dcd4645
permissions
-rw-r--r--

revert command substitution syntax change (relates to #283)

#
# clang toolchain config
#

CFLAGS =
DEBUG_FLAGS = -g
RELEASE_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial