make/cc.mk

Sat, 15 Feb 2025 17:43:21 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 15 Feb 2025 17:43:21 +0100
changeset 1210
2ad0cf0f314b
parent 815
b0c4750cecd8
permissions
-rw-r--r--

complete the printf documentation and fix code formatting

relates to #451

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial