make/cc.mk

Mon, 10 Feb 2025 21:59:39 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 10 Feb 2025 21:59:39 +0100
branch
docs/3.1
changeset 1182
3ce4a58a3eea
parent 815
b0c4750cecd8
permissions
-rw-r--r--

update install instructions with instructions for windows DLL

relates to #451
relates to #582

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial