make/gcc.mk

Wed, 07 Feb 2024 17:12:59 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 07 Feb 2024 17:12:59 +0100
changeset 808
f21be698def9
parent 802
16e5b9d32754
permissions
-rw-r--r--

add util_size_str2() func, a variation of util_size_str with more parameters

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial