make/cc.mk

Sun, 09 Feb 2025 22:02:13 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 09 Feb 2025 22:02:13 +0100
branch
docs/3.1
changeset 1173
99fc65d2d22b
parent 815
b0c4750cecd8
permissions
-rw-r--r--

add sub-section intro texts to install.md

relates to #451

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial