make/clang.mk

Sun, 17 Sep 2023 13:51:01 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2023 13:51:01 +0200
changeset 794
29d544c3c2b8
parent 742
7e67689241fd
child 802
16e5b9d32754
permissions
-rw-r--r--

remove tm_isdst = -1 because this was just a test

#
# clang toolchain config
#

CFLAGS = -g
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial