make/cc.mk

Tue, 08 Jul 2025 17:45:33 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 08 Jul 2025 17:45:33 +0200
changeset 190
7f72375bedc8
parent 104
2ca88ec29953
permissions
-rw-r--r--

remove functions that construct a transform from position/rotation/scale

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial