make/cc.mk

Sat, 02 Aug 2025 15:45:43 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 02 Aug 2025 15:45:43 +0200
changeset 243
b06168253818
parent 104
2ca88ec29953
permissions
-rw-r--r--

fix that using mipmap filtering did not generate the necessary mipmaps

#
# cc toolchain config
#

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

mercurial