make/gcc.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 198
916d2d125ecf
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

#
# gcc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial