make/cc.mk

Thu, 21 Mar 2024 20:24:31 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 21 Mar 2024 20:24:31 +0100
changeset 38
6e5629ea4c5c
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

implement that nodes inherit the world transform of their parent

#
# cc toolchain config
#

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

mercurial