make/cc.mk

Sat, 12 Jul 2025 23:05:43 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 12 Jul 2025 23:05:43 +0200
changeset 200
cf0579d3bbc4
parent 104
2ca88ec29953
permissions
-rw-r--r--

add rotation functions, but rotation with special point of origin is still broken

#
# cc toolchain config
#

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

mercurial