make/clang.mk

Thu, 01 May 2025 12:40:00 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 May 2025 12:40:00 +0200
changeset 865
0b61e0164b44
parent 802
16e5b9d32754
child 867
7247b0a586bd
permissions
-rw-r--r--

implement system.h abstraction for utime()

fixes #297

#
# clang toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial