make/cc.mk

Sun, 13 Jul 2025 15:09:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Jul 2025 15:09:04 +0200
changeset 204
be5cf64b5c29
parent 104
2ca88ec29953
permissions
-rw-r--r--

rework how transformations work to allow rotations around a point of origin

#
# cc toolchain config
#

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

mercurial