make/cc.mk

Sun, 29 Sep 2024 23:08:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Sep 2024 23:08:40 +0200
changeset 898
9b2c12494ccf
parent 815
b0c4750cecd8
permissions
-rw-r--r--

prototypes for create and destroy functions

relates to #166

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial