make/cc.mk

Sat, 19 Apr 2025 19:30:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 19 Apr 2025 19:30:46 +0200
changeset 87
874a02a683c5
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

skip sprite rendering when there are no sprites in the scene

#
# cc toolchain config
#

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

mercurial