make/cc.mk

Mon, 28 Oct 2024 15:22:28 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Oct 2024 15:22:28 +0100
changeset 841
21403bdaf54c
parent 802
16e5b9d32754
permissions
-rw-r--r--

add pwdstore_clone function and fix some pwdstore bugs

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial