make/cc.mk

Sun, 01 Jun 2025 14:53:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 01 Jun 2025 14:53:59 +0200
changeset 135
062703d3f5cc
parent 104
2ca88ec29953
permissions
-rw-r--r--

remove the need for a second pair of texture coordinates

#
# cc toolchain config
#

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

mercurial