make/gcc.mk

Sun, 17 Sep 2023 13:18:39 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2023 13:18:39 +0200
changeset 792
4e4e5bbad164
parent 742
7e67689241fd
child 802
16e5b9d32754
permissions
-rw-r--r--

add tests for util_parse_creationdate

#
# gcc toolchain config
#

CFLAGS = -std=gnu11 -g
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial