make/cc.mk

Sun, 18 Feb 2024 13:16:38 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 18 Feb 2024 13:16:38 +0100
changeset 832
97df2e4c68fb
parent 815
b0c4750cecd8
permissions
-rw-r--r--

make cx_array_simple_add() automatically take the address of the element

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial