make/cc.mk

Sat, 02 Aug 2025 13:07:28 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 02 Aug 2025 13:07:28 +0200
changeset 239
3b78ad115ccd
parent 104
2ca88ec29953
permissions
-rw-r--r--

remove the possibility of non-lazy-initializable shader programs

it is still possible to pre-initialize them, but whenever they are used,
they should be re-created when they don't exist anymore

#
# cc toolchain config
#

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

mercurial